summaryrefslogtreecommitdiffstats
path: root/src/Real.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Real.cpp')
-rw-r--r--src/Real.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Real.cpp b/src/Real.cpp
index a877b40..512c44e 100644
--- a/src/Real.cpp
+++ b/src/Real.cpp
@@ -41,6 +41,7 @@ Real& Real::operator=(PList::Real& d)
41{ 41{
42 plist_free(_node); 42 plist_free(_node);
43 _node = plist_copy(d.GetPlist()); 43 _node = plist_copy(d.GetPlist());
44 return *this;
44} 45}
45 46
46Real::Real(double d) : Node(PLIST_REAL) 47Real::Real(double d) : Node(PLIST_REAL)