commented unused argument of base ImportData to remove gcc warning

This commit is contained in:
Paolo Cignoni 2010-06-18 14:32:50 +00:00
parent 02e0b3409a
commit 799914a0d8
1 changed files with 1 additions and 1 deletions

View File

@ -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);}