diff options
Diffstat (limited to 'include/plist/String.h')
| -rw-r--r-- | include/plist/String.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/plist/String.h b/include/plist/String.h index 14becac..5314065 100644 --- a/include/plist/String.h +++ b/include/plist/String.h | |||
| @@ -32,6 +32,7 @@ class String : public Node | |||
| 32 | { | 32 | { |
| 33 | public : | 33 | public : |
| 34 | String(); | 34 | String(); |
| 35 | String(plist_t node); | ||
| 35 | String(std::string& s); | 36 | String(std::string& s); |
| 36 | virtual ~String(); | 37 | virtual ~String(); |
| 37 | 38 | ||
