diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2013-05-18 08:38:35 +0000 |
|---|---|---|
| committer | Jabiertxo Arraiza Zenotz <jtx@jtx.marker.es> | 2013-05-18 08:38:35 +0000 |
| commit | 9291d4e3a3ad22bef4669b74568ee6d43ba74547 (patch) | |
| tree | 2153eb66cf6f3b7e5f61526d63ad77fadfd195fd /src/live_effects/effect.cpp | |
| parent | Icons updated to the trunk (diff) | |
| download | inkscape-9291d4e3a3ad22bef4669b74568ee6d43ba74547.tar.gz inkscape-9291d4e3a3ad22bef4669b74568ee6d43ba74547.zip | |
Fix error with envelope lpe
(bzr r11950.1.117)
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 8bf8bab6c..b84403495 100644 --- a/src/live_effects/effect.cpp +++ b/src/live_effects/effect.cpp @@ -8,7 +8,7 @@ //#define LPE_ENABLE_TEST_EFFECTS #ifdef HAVE_CONFIG_H -#include "config.h" +# include "config.h" #endif // include effects: |
