Silence wrong tag warning
This commit is contained in:
parent
12e4962891
commit
bf36c189c2
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ namespace fc {
|
|||
};
|
||||
|
||||
struct unsigned_int;
|
||||
struct variant_object;
|
||||
class variant_object;
|
||||
template<> struct get_typename<unsigned_int> { static const char* name() { return "unsigned_int"; } };
|
||||
template<> struct get_typename<variant_object> { static const char* name() { return "fc::variant_object"; } };
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue