commented unused argument of base ImportData to remove gcc warning
This commit is contained in:
parent
02e0b3409a
commit
799914a0d8
|
@ -176,7 +176,7 @@ public:
|
|||
|
||||
|
||||
template < class LeftV>
|
||||
void ImportData(const LeftV & left ) {
|
||||
void ImportData(const LeftV & /*left*/ ) {
|
||||
// TT::ImportData( left);
|
||||
}
|
||||
static void Name(std::vector<std::string> & name){TT::Name(name);}
|
||||
|
|
Loading…
Reference in New Issue