diff options
| author | Liam P. White <inkscapebronyat-signgmaildotcom> | 2014-03-20 21:09:57 +0000 |
|---|---|---|
| committer | Liam P. White <inkscapebronyat-signgmaildotcom> | 2014-03-20 21:09:57 +0000 |
| commit | 9a04c985ec628dc749a8a82d94bcf47d482a4f63 (patch) | |
| tree | bcf348f1129c63a5dbc08e3e699e9375bead1724 /src/live_effects/effect.cpp | |
| parent | Fix a compiler error on Windows (diff) | |
| download | inkscape-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.cpp | 2 |
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" |
