commit | 2b9ddab14cf8bc64e50e3f2cf2334b9503b60866 | [log] [tgz] |
---|---|---|
author | David Reiss <dreiss@apache.org> | 周三 10月 17 03:39:55 2007 +0000 |
committer | David Reiss <dreiss@apache.org> | 周三 10月 17 03:39:55 2007 +0000 |
tree | 3ae2c7dcee501a9efb0e164c276af714af85b8f7 | |
parent | 65e595f54fb188b112ef050fbd56914b509f7b2e [diff] [blame] |
Thrift: Kill a warning. Summary: These should always have been const. Reviewed By: mcslee Test Plan: Re-ran the dense protocol test. Revert Plan: ok git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665303 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/cpp/src/TReflectionLocal.h b/lib/cpp/src/TReflectionLocal.h index 3fe7c63..8e39117 100644 --- a/lib/cpp/src/TReflectionLocal.h +++ b/lib/cpp/src/TReflectionLocal.h
@@ -59,7 +59,7 @@ } TypeSpec(TType ttype, - uint8_t* fingerprint, + const uint8_t* fingerprint, FieldMeta* metas, TypeSpec** specs) : ttype(ttype)