Commit 3a9a0976 authored by Gabriel Russo's avatar Gabriel Russo Committed by Facebook Github Bot

Removed redudant parenthesis to remove warnings on gen/Base.h

Summary: `-Wredundant-parens` complains about those.

Reviewed By: luciang

Differential Revision: D19347715

fbshipit-source-id: 7460ff1ee675774e8811db95d12ac02ce7e924ea
parent 56c80f8e
......@@ -156,7 +156,7 @@ class ConstMemberFunction {
template <class Class, class FieldType>
class Field {
public:
typedef FieldType(Class::*FieldPtr);
typedef FieldType Class::*FieldPtr;
private:
FieldPtr field_;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment