summaryrefslogtreecommitdiffstats
path: root/src/xml/node-observer.h
diff options
context:
space:
mode:
authorKrzysztof Kosi??ski <tweenk.pl@gmail.com>2009-01-13 02:27:04 +0000
committertweenk <tweenk@users.sourceforge.net>2009-01-13 02:27:04 +0000
commita3648f82f9e66ecc2dd355e9d0c5b2f3e66b9b50 (patch)
tree9efdab733f1ae2b3580143a0e1c91a934a020712 /src/xml/node-observer.h
parentLatest set of tango icons (by jEsuSdA 8) ) (diff)
downloadinkscape-a3648f82f9e66ecc2dd355e9d0c5b2f3e66b9b50.tar.gz
inkscape-a3648f82f9e66ecc2dd355e9d0c5b2f3e66b9b50.zip
Improved version reporting. Add SVN revision and custom status to
version string on Linux. (bzr r7123)
Diffstat (limited to 'src/xml/node-observer.h')
-rw-r--r--src/xml/node-observer.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/xml/node-observer.h b/src/xml/node-observer.h
index fbbb04993..ca787c269 100644
--- a/src/xml/node-observer.h
+++ b/src/xml/node-observer.h
@@ -50,8 +50,10 @@ namespace XML {
* no dangling references.
*/
class NodeObserver {
-public:
+protected:
+ /* the constructor is protected to prevent instantiation */
NodeObserver() {}
+public:
virtual ~NodeObserver() {}
/**