]> git.tdb.fi Git - libs/datafile.git/blobdiff - source/collection.h
Some more code reformatting
[libs/datafile.git] / source / collection.h
index 0bbc9fc34203aa10c8aa4d9ddec467fddd24ea78..42dc2c90dd519c7f919742c42aaf1ff40eeee5f7 100644 (file)
@@ -114,7 +114,7 @@ private:
        template<typename S>
        struct ItemCreatorBridge: public ItemCreatorBase
        {
-               virtual S *create(Collection &, const std::string &) const =0;
+               virtual S *create(Collection &, const std::string &) const = 0;
        };
 
        template<typename T, typename S, typename C>