diff options
Diffstat (limited to 'include/plist/Integer.h')
| -rw-r--r-- | include/plist/Integer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/plist/Integer.h b/include/plist/Integer.h index 8f1ecdb..823e3a0 100644 --- a/include/plist/Integer.h +++ b/include/plist/Integer.h | |||
| @@ -31,6 +31,7 @@ class Integer : public Node | |||
| 31 | { | 31 | { |
| 32 | public : | 32 | public : |
| 33 | Integer(); | 33 | Integer(); |
| 34 | Integer(plist_t node); | ||
| 34 | Integer(uint64_t i); | 35 | Integer(uint64_t i); |
| 35 | virtual ~Integer(); | 36 | virtual ~Integer(); |
| 36 | 37 | ||
