From e846c326f17d03692349060a120bd99bbf6d6783 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Thu, 21 Nov 2013 14:24:57 +0000 Subject: [PATCH] did not compile on mac, don't know why to prohibit copying; refs #7 --- src/mrw/configfile.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/mrw/configfile.hxx b/src/mrw/configfile.hxx index 8c6c7d5..2d645a9 100644 --- a/src/mrw/configfile.hxx +++ b/src/mrw/configfile.hxx @@ -227,7 +227,7 @@ namespace mrw { value = newValue; return *this; } - + /// Compare the value to a string. bool operator==(const std::string& o) const throw() { return o==value; @@ -264,7 +264,6 @@ namespace mrw { private: Value(); // not implemented, must be initialized - Value& operator=(const Value&); // not implemented, no assignment }; //------------------------------------------------------------------------