We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d21888b commit 3b8d8e8Copy full SHA for 3b8d8e8
src/CardinalPluginContext.hpp
@@ -131,7 +131,7 @@ class CardinalBasePlugin : public Plugin {
131
context(new CardinalPluginContext(this)) {}
132
~CardinalBasePlugin() override {}
133
134
- #ifdef HAVE_LIBLO
+ #if defined(HAVE_LIBLO) && !CARDINAL_VARIANT_LOADER
135
virtual bool startRemoteServer(const char* port) = 0;
136
virtual void stopRemoteServer() = 0;
137
virtual void stepRemoteServer() = 0;
0 commit comments