help older compilers find the template ctor

fix for issue #25
This commit is contained in:
John
2014-12-15 20:00:57 +01:00
parent 105f5e6e7d
commit 72486436ad
+1 -1
View File
@@ -650,7 +650,7 @@ public:
/**
* @brief Constructs a new instance.
*/
DataFieldTemplates() : FileReader(false) {}
DataFieldTemplates() : FileReader<void*>::FileReader(false) {}
/**
* @brief Destructor.