Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
706da40
)
message_ in TException can't be const or subclasses break
author
Mark Slee
<mcslee@apache.org>
Sat, 16 Dec 2006 01:06:49 +0000
(
01:06
+0000)
committer
Mark 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
patch
|
blob
|
history
diff --git
a/lib/cpp/src/Thrift.h
b/lib/cpp/src/Thrift.h
index
89b37d0
..
6174d46
100644
(file)
--- a/
lib/cpp/src/Thrift.h
+++ b/
lib/cpp/src/Thrift.h
@@
-32,7
+32,7
@@
public:
}
private:
-
const
std::string message_;
+ std::string message_;
};