diff options
Diffstat (limited to 'src/Real.cpp')
| -rw-r--r-- | src/Real.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Real.cpp b/src/Real.cpp index 6bdb920..02d1d9b 100644 --- a/src/Real.cpp +++ b/src/Real.cpp | |||
| @@ -32,7 +32,7 @@ Real::Real(plist_t node, Node* parent) : Node(node, parent) | |||
| 32 | { | 32 | { |
| 33 | } | 33 | } |
| 34 | 34 | ||
| 35 | Real::Real(const PList::Real& d) : Node(PLIST_UINT) | 35 | Real::Real(const PList::Real& d) : Node(PLIST_INT) |
| 36 | { | 36 | { |
| 37 | plist_set_real_val(_node, d.GetValue()); | 37 | plist_set_real_val(_node, d.GetValue()); |
| 38 | } | 38 | } |
