From: Mikko Rasa Date: Sun, 15 Jan 2012 12:26:05 +0000 (+0200) Subject: Fix collection necessity detection X-Git-Url: http://git.tdb.fi/?p=libs%2Fdatafile.git;a=commitdiff_plain;h=4931b4867258d1d2c20bad7ec24dfe4b99646aa1 Fix collection necessity detection --- diff --git a/source/collection.h b/source/collection.h index 8b4eba0..021b714 100644 --- a/source/collection.h +++ b/source/collection.h @@ -46,7 +46,7 @@ public: template friend class CollectionItemType; private: - template::value > + template::value> struct Add; Collection &coll;