summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.cpp
diff options
context:
space:
mode:
authorLiam P. White <inkscapebronyat-signgmaildotcom>2014-03-20 21:09:57 +0000
committerLiam P. White <inkscapebronyat-signgmaildotcom>2014-03-20 21:09:57 +0000
commit9a04c985ec628dc749a8a82d94bcf47d482a4f63 (patch)
treebcf348f1129c63a5dbc08e3e699e9375bead1724 /src/live_effects/effect.cpp
parentFix a compiler error on Windows (diff)
downloadinkscape-9a04c985ec628dc749a8a82d94bcf47d482a4f63.tar.gz
inkscape-9a04c985ec628dc749a8a82d94bcf47d482a4f63.zip
Fix a linker error ("static")
(hopefully) Resolve compiler errors with GTK3+ (bzr r13090.1.28)
Diffstat (limited to 'src/live_effects/effect.cpp')
-rw-r--r--src/live_effects/effect.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/effect.cpp b/src/live_effects/effect.cpp
index 337fe631f..d6840e5b8 100644
--- a/src/live_effects/effect.cpp
+++ b/src/live_effects/effect.cpp
@@ -5,7 +5,7 @@
* Released under GNU GPL, read the file 'COPYING' for more information
*/
-#define LPE_ENABLE_TEST_EFFECTS //uncomment for toy effects
+//#define LPE_ENABLE_TEST_EFFECTS //uncomment for toy effects
#ifdef HAVE_CONFIG_H
# include "config.h"