Browse Source

Fix loader build without liblo

Signed-off-by: falkTX <falktx@falktx.com>
48-params
falkTX 2 weeks ago
parent
commit
3b8d8e81e5
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/CardinalPluginContext.hpp

+ 1
- 1
src/CardinalPluginContext.hpp View File

@@ -131,7 +131,7 @@ public:
context(new CardinalPluginContext(this)) {}
~CardinalBasePlugin() override {}

#ifdef HAVE_LIBLO
#if defined(HAVE_LIBLO) && !CARDINAL_VARIANT_LOADER
virtual bool startRemoteServer(const char* port) = 0;
virtual void stopRemoteServer() = 0;
virtual void stepRemoteServer() = 0;


Loading…
Cancel
Save