X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcollection.h;h=69d631fa9dfa59b78362d69e2c830783a86ff725;hb=7df5e45c7f414f6a07681dc4ec2abb63b091a309;hp=0bbc9fc34203aa10c8aa4d9ddec467fddd24ea78;hpb=256f7238bc60d6dcc31a564988f5cc02a60c4537;p=libs%2Fdatafile.git diff --git a/source/collection.h b/source/collection.h index 0bbc9fc..69d631f 100644 --- a/source/collection.h +++ b/source/collection.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspdatafile -Copyright © 2006-2008 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_DATAFILE_COLLECTION_H_ #define MSP_DATAFILE_COLLECTION_H_ @@ -114,7 +107,7 @@ private: template struct ItemCreatorBridge: public ItemCreatorBase { - virtual S *create(Collection &, const std::string &) const =0; + virtual S *create(Collection &, const std::string &) const = 0; }; template