summaryrefslogtreecommitdiffstats
path: root/src/dom/domptr.cpp
diff options
context:
space:
mode:
authorBob Jamison <ishmalius@gmail.com>2008-04-23 17:56:40 +0000
committerishmal <ishmal@users.sourceforge.net>2008-04-23 17:56:40 +0000
commit083892ff2fcc41f7ca646232792825ec6ddcb461 (patch)
tree8c0bc18bf4f69994ca4f1d995bd5f1ae03bb4bac /src/dom/domptr.cpp
parentFinish commenting Node. Fix bad varname in getUserData() (diff)
downloadinkscape-083892ff2fcc41f7ca646232792825ec6ddcb461.tar.gz
inkscape-083892ff2fcc41f7ca646232792825ec6ddcb461.zip
Split out domptr stuff into its own .h file, so that it can be used by other things. This might lead to a GP smart pointer to use for binding with scripts.
(bzr r5499)
Diffstat (limited to 'src/dom/domptr.cpp')
-rw-r--r--src/dom/domptr.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dom/domptr.cpp b/src/dom/domptr.cpp
index d325ae1ad..107f05b08 100644
--- a/src/dom/domptr.cpp
+++ b/src/dom/domptr.cpp
@@ -10,7 +10,7 @@
* Authors:
* Bob Jamison
*
- * Copyright (C) 2006 Bob Jamison
+ * Copyright (C) 2006-2008 Bob Jamison
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -28,6 +28,7 @@
*/
#include "dom.h"
+#include "domptr.h"
namespace org