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