small typo: use the Value type for simple checking.
This commit is contained in:
@@ -83,7 +83,7 @@
|
||||
#define ATTRIBUTE_CHECKER_IMPLEMENT(type) \
|
||||
Ptr<const AttributeChecker> Make##type##Checker (void) \
|
||||
{ \
|
||||
return MakeSimpleAttributeChecker<type> (); \
|
||||
return MakeSimpleAttributeChecker<type##Value> (); \
|
||||
} \
|
||||
|
||||
#define ATTRIBUTE_CONVERTER_IMPLEMENT(type) \
|
||||
|
||||
Reference in New Issue
Block a user