summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/text.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/live_effects/parameter/text.h')
-rw-r--r--src/live_effects/parameter/text.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/live_effects/parameter/text.h b/src/live_effects/parameter/text.h
index 7ce525542..8539a8046 100644
--- a/src/live_effects/parameter/text.h
+++ b/src/live_effects/parameter/text.h
@@ -15,10 +15,11 @@
#include <glib/gtypes.h>
-//#include "display/canvas-text.h"
#include "display/canvas-bpath.h"
#include "live_effects/parameter/parameter.h"
+struct SPCanvasText;
+
namespace Inkscape {
namespace LivePathEffect {