Browse Source

Change a function signature

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.1-rc1
falkTX 5 years ago
parent
commit
b150b14b96
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      source/backend/engine/CarlaEngineOsc.hpp

+ 2
- 2
source/backend/engine/CarlaEngineOsc.hpp View File

@@ -67,12 +67,12 @@ public:

// -------------------------------------------------------------------

const char* getServerPathTCP() const noexcept
const CarlaString& getServerPathTCP() const noexcept
{
return fServerPathTCP;
}

const char* getServerPathUDP() const noexcept
const CarlaString& getServerPathUDP() const noexcept
{
return fServerPathUDP;
}


Loading…
Cancel
Save