From c0f13f760674b431f30b5ff17469030c5fa5a8d4 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Tue, 2 May 2006 05:49:17 +0000 Subject: r11667@tres: ted | 2006-05-01 22:48:49 -0700 Backing out version 11530. SVK is so liberating and so frustrating all at the same time. (bzr r697) --- src/dom/domimpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dom/domimpl.cpp') diff --git a/src/dom/domimpl.cpp b/src/dom/domimpl.cpp index 026dc37c6..ecbfd123d 100644 --- a/src/dom/domimpl.cpp +++ b/src/dom/domimpl.cpp @@ -936,7 +936,7 @@ NodeImpl::NodeImpl() : Node() /** * */ -NodeImpl::NodeImpl(const NodeImpl &other) +NodeImpl::NodeImpl(const NodeImpl &other) : Node() { init(); assign(other); -- cgit v1.2.3