summaryrefslogtreecommitdiff
path: root/libopie2/opiecore/xmltree.h
Side-by-side diff
Diffstat (limited to 'libopie2/opiecore/xmltree.h') (more/less context) (ignore 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
@@ -107,11 +107,13 @@ private:
XMLElement *m_prev;
XMLElement *m_first;
XMLElement *m_last;
XMLElement( const XMLElement &rhs );
XMLElement &operator=( const XMLElement &rhs );
+ class Private;
+ Private* d;
};
} // namespace Opie
#endif