ruby: Fix mismatched tag (NFC)
/home/marv/devel/paludis/ruby/dep_spec.cc:169:5: warning: 'WrappedSpec' defined as a class template here but previously declared as a struct template [-Wmismatched-tags] class WrappedSpec : ^ /home/marv/devel/paludis/ruby/dep_spec.cc:137:25: note: did you mean class here? template <typename> struct WrappedSpec; ^~~~~~ class 1 warning generated. Change-Id: I0d56e26c7375e5ec6684a1ed8a6b21eeba649999
This commit is contained in:
parent
feb3945a13
commit
fa4b58b73d
@ -134,7 +134,7 @@ namespace
|
||||
}
|
||||
|
||||
struct WrappedSpecBase;
|
||||
template <typename> struct WrappedSpec;
|
||||
template <typename> class WrappedSpec;
|
||||
|
||||
struct WrappedSpecBase :
|
||||
virtual DeclareAbstractAcceptMethods<WrappedSpecBase, MakeTypeList<
|
||||
|
Loading…
Reference in New Issue
Block a user