summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2012-01-16 23:11:42 +0000
committerJohan Engelen <goejendaagh@zonnet.nl>2012-01-16 23:11:42 +0000
commitfae538605ed9853e1b6cfece2a3ae2c637665cbc (patch)
tree9151d082e25407d12303f0bfd72f90364e4be239 /src
parentReverting revision 10761 (regression found in the color notebook, see Bug #Bu... (diff)
downloadinkscape-fae538605ed9853e1b6cfece2a3ae2c637665cbc.tar.gz
inkscape-fae538605ed9853e1b6cfece2a3ae2c637665cbc.zip
proper forward decl
(bzr r10894)
Diffstat (limited to 'src')
-rw-r--r--src/live_effects/parameter/path-reference.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/live_effects/parameter/path-reference.h b/src/live_effects/parameter/path-reference.h
index d24f05a4f..b846e55f5 100644
--- a/src/live_effects/parameter/path-reference.h
+++ b/src/live_effects/parameter/path-reference.h
@@ -10,12 +10,11 @@
* Released under GNU GPL, read the file 'COPYING' for more information.
*/
-#include "sp-item.h"
#include <uri-references.h>
#include <stddef.h>
#include <sigc++/sigc++.h>
-class Path;
+class SPItem;
namespace Inkscape {