diff plugin/LADSPAPluginFactory.h @ 35:0164c8d3023b

* Rejig project file a bit to do pkg-config detection &c and change some HAVE_* symbol names accordingly * Add selection move/resize/delete * First stubs for add layer / pane commands
author Chris Cannam
date Wed, 01 Mar 2006 18:13:01 +0000
parents 2fb933f88604
children 39ae3dee27b9
line wrap: on
line diff
--- a/plugin/LADSPAPluginFactory.h	Mon Feb 27 17:34:41 2006 +0000
+++ b/plugin/LADSPAPluginFactory.h	Wed Mar 01 18:13:01 2006 +0000
@@ -55,7 +55,7 @@
 
     virtual std::vector<QString> getPluginPath();
 
-#ifdef HAVE_LIBLRDF
+#ifdef HAVE_LRDF
     virtual std::vector<QString> getLRDFPath(QString &baseUri);
 #endif