diff options
Diffstat (limited to 'include/plist/Boolean.h')
| -rw-r--r-- | include/plist/Boolean.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/plist/Boolean.h b/include/plist/Boolean.h index 307a1ff..9ecbc48 100644 --- a/include/plist/Boolean.h +++ b/include/plist/Boolean.h | |||
| @@ -33,7 +33,7 @@ public : | |||
| 33 | Boolean(Node* parent = NULL); | 33 | Boolean(Node* parent = NULL); |
| 34 | Boolean(plist_t node, Node* parent = NULL); | 34 | Boolean(plist_t node, Node* parent = NULL); |
| 35 | Boolean(const Boolean& b); | 35 | Boolean(const Boolean& b); |
| 36 | Boolean& operator=(Boolean& b); | 36 | Boolean& operator=(const Boolean& b); |
| 37 | Boolean(bool b); | 37 | Boolean(bool b); |
| 38 | virtual ~Boolean(); | 38 | virtual ~Boolean(); |
| 39 | 39 | ||
