From 4931b4867258d1d2c20bad7ec24dfe4b99646aa1 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Sun, 15 Jan 2012 14:26:05 +0200 Subject: [PATCH] Fix collection necessity detection --- source/collection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.43.0