diff options
author | Michael Meeks <michael.meeks@collabora.com> | 2014-06-26 14:24:20 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2014-06-28 14:37:22 +0100 |
commit | ff1d2ba5010821bb4f526dc7a51a99b9e6c4dd25 (patch) | |
tree | d83b6fb65f6a4e424de5111bd1927576208351e4 /configmgr/source/node.hxx | |
parent | f692c61ab26b425cd8e6a36b8e229bbf7caff335 (diff) |
configmgr: hide NodeMap implementation.
Change-Id: I57c81b5ec7a6541a825e42f9b68e7c5fa98f316f
Diffstat (limited to 'configmgr/source/node.hxx')
-rw-r--r-- | configmgr/source/node.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/configmgr/source/node.hxx b/configmgr/source/node.hxx index 6537973f7841..8bd000c7e207 100644 --- a/configmgr/source/node.hxx +++ b/configmgr/source/node.hxx @@ -25,11 +25,10 @@ #include <rtl/ref.hxx> #include <salhelper/simplereferenceobject.hxx> -#include "nodemap.hxx" - - namespace configmgr { +class NodeMap; + class Node: public salhelper::SimpleReferenceObject { public: enum Kind { |