diff options
| author | Liam P. White <inkscapebronyat-signgmaildotcom> | 2014-03-19 03:00:36 +0000 |
|---|---|---|
| committer | Liam P. White <inkscapebronyat-signgmaildotcom> | 2014-03-19 03:00:36 +0000 |
| commit | ba99347e1308e6d183aaaf6e8d5f65cce4f4b74b (patch) | |
| tree | 186a9e6e970223a60bac1a120f72cf24c36c1297 /src/live_effects/effect.cpp | |
| parent | Update to trunk/Fix GTK3 build errors (diff) | |
| download | inkscape-ba99347e1308e6d183aaaf6e8d5f65cce4f4b74b.tar.gz inkscape-ba99347e1308e6d183aaaf6e8d5f65cce4f4b74b.zip | |
Fix a compiler error on Windows
(bzr r13090.1.27)
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 d6840e5b8..337fe631f 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" |
