From 083892ff2fcc41f7ca646232792825ec6ddcb461 Mon Sep 17 00:00:00 2001 From: Bob Jamison Date: Wed, 23 Apr 2008 17:56:40 +0000 Subject: 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) --- src/dom/domptr.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/dom/domptr.cpp') 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 -- cgit v1.2.3