From 1bc333972bb5d5b45ba8908f1b12015300d88711 Mon Sep 17 00:00:00 2001 From: Jonathan Beck Date: Wed, 28 Oct 2009 17:57:52 +0100 Subject: Fix build for MSVC9. --- src/Real.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Real.cpp') 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) { plist_free(_node); _node = plist_copy(d.GetPlist()); + return *this; } Real::Real(double d) : Node(PLIST_REAL) -- cgit v1.1-32-gdbae