summaryrefslogtreecommitdiffstats
path: root/src/sp-object.h
diff options
context:
space:
mode:
authorMarkus Engel <markus.engel@tum.de>2013-04-10 18:44:21 +0000
committerMarkus Engel <markus.engel@tum.de>2013-04-10 18:44:21 +0000
commit1f096398da95ef2c74a89e53c64d9cd75911b6eb (patch)
tree58b963c4ea018649d68d1112134cc85de5fec564 /src/sp-object.h
parentRemoved unused (ancient!) code. (diff)
downloadinkscape-1f096398da95ef2c74a89e53c64d9cd75911b6eb.tar.gz
inkscape-1f096398da95ef2c74a89e53c64d9cd75911b6eb.zip
various little changes
(bzr r11608.1.93)
Diffstat (limited to 'src/sp-object.h')
-rw-r--r--src/sp-object.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sp-object.h b/src/sp-object.h
index cb264a16c..c9e7bbace 100644
--- a/src/sp-object.h
+++ b/src/sp-object.h
@@ -204,6 +204,9 @@ public:
SPObject *next; /* Next object in linked list */
private:
+ SPObject(const SPObject&);
+ SPObject& operator=(const SPObject&);
+
gchar *id; /* Our very own unique id */
Inkscape::XML::Node *repr; /* Our xml representation */
public: