summaryrefslogtreecommitdiffstats
path: root/include/plist/Structure.h
diff options
context:
space:
mode:
authorGravatar Jonathan Beck2009-11-10 18:30:43 +0100
committerGravatar Jonathan Beck2009-11-10 18:30:43 +0100
commit0f92ed12ff8a0f46e80ff8cfc030c476d371c19b (patch)
tree4015f1e91fbf46a6a211bcbe5d376c7f2e6a67a1 /include/plist/Structure.h
parent84596548e5d0cb14dfd7d2a74156331ab36a8909 (diff)
downloadlibplist-0f92ed12ff8a0f46e80ff8cfc030c476d371c19b.tar.gz
libplist-0f92ed12ff8a0f46e80ff8cfc030c476d371c19b.tar.bz2
Remove wrongly exposed SetParent method.
Diffstat (limited to 'include/plist/Structure.h')
-rw-r--r--include/plist/Structure.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/plist/Structure.h b/include/plist/Structure.h
index 66d9293..f6e4495 100644
--- a/include/plist/Structure.h
+++ b/include/plist/Structure.h
@@ -44,6 +44,7 @@ public :
44protected: 44protected:
45 Structure(Node* parent = NULL); 45 Structure(Node* parent = NULL);
46 Structure(plist_type type, Node* parent = NULL); 46 Structure(plist_type type, Node* parent = NULL);
47 void UpdateNodeParent(Node* node);
47 48
48private: 49private:
49 Structure(Structure& s); 50 Structure(Structure& s);