diff options
Diffstat (limited to 'include/plist')
| -rw-r--r-- | include/plist/Structure.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/plist/Structure.h b/include/plist/Structure.h index 6f100cc..239a8b8 100644 --- a/include/plist/Structure.h +++ b/include/plist/Structure.h | |||
| @@ -38,6 +38,8 @@ class Structure : public Node | |||
| 38 | 38 | ||
| 39 | std::string ToXml(); | 39 | std::string ToXml(); |
| 40 | std::vector<char> ToBin(); | 40 | std::vector<char> ToBin(); |
| 41 | |||
| 42 | virtual void Remove(Node* node) = 0; | ||
| 41 | 43 | ||
| 42 | protected: | 44 | protected: |
| 43 | Structure(Node* parent = NULL); | 45 | Structure(Node* parent = NULL); |
