summaryrefslogtreecommitdiff
path: root/libopie2/opiecore/xmltree.h
Unidiff
Diffstat (limited to 'libopie2/opiecore/xmltree.h') (more/less context) (show whitespace changes)
-rw-r--r--libopie2/opiecore/xmltree.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libopie2/opiecore/xmltree.h b/libopie2/opiecore/xmltree.h
index 4a6b6d9..4b6bdfa 100644
--- a/libopie2/opiecore/xmltree.h
+++ b/libopie2/opiecore/xmltree.h
@@ -112,2 +112,4 @@ private:
112 XMLElement &operator=( const XMLElement &rhs ); 112 XMLElement &operator=( const XMLElement &rhs );
113 class Private;
114 Private* d;
113}; 115};