message_ in TException can't be const or subclasses break
authorMark Slee <mcslee@apache.org>
Sat, 16 Dec 2006 01:06:49 +0000 (01:06 +0000)
committerMark Slee <mcslee@apache.org>
Sat, 16 Dec 2006 01:06:49 +0000 (01:06 +0000)
Reviewed By: yishan

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664898 13f79535-47bb-0310-9956-ffa450edef68

lib/cpp/src/Thrift.h

index 89b37d0..6174d46 100644 (file)
@@ -32,7 +32,7 @@ public:
   }
 
 private:
-  const std::string message_;
+  std::string message_;
 
 };