summaryrefslogtreecommitdiffstats
path: root/src/sp-tref.cpp
diff options
context:
space:
mode:
authorMarkus Engel <markus.engel@tum.de>2013-04-10 14:10:04 +0000
committerMarkus Engel <markus.engel@tum.de>2013-04-10 14:10:04 +0000
commit8de8047c5e30af8598646d7a66c62dbf290f7c51 (patch)
tree86d7a26167981fe33697e490a5dd432bb0d4bebd /src/sp-tref.cpp
parentAdded constructors to EventContext tree / some missing virtual pads. (diff)
downloadinkscape-8de8047c5e30af8598646d7a66c62dbf290f7c51.tar.gz
inkscape-8de8047c5e30af8598646d7a66c62dbf290f7c51.zip
Removed old SPObject factory.
(bzr r11608.1.91)
Diffstat (limited to 'src/sp-tref.cpp')
-rw-r--r--src/sp-tref.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/sp-tref.cpp b/src/sp-tref.cpp
index dc0fac093..223cf3cec 100644
--- a/src/sp-tref.cpp
+++ b/src/sp-tref.cpp
@@ -24,7 +24,7 @@
#include "attributes.h"
#include "document.h"
-#include "sp-object-repr.h"
+#include "sp-factory.h"
#include "sp-text.h"
#include "sp-tspan.h"
#include "sp-tref.h"
@@ -35,8 +35,6 @@
#include "xml/node.h"
#include "xml/repr.h"
-#include "sp-factory.h"
-
namespace {
SPObject* createTRef() {
return new SPTRef();