help older compilers find the template ctor

fix for issue #25
This commit is contained in:
John
2014-12-15 20:01:50 +01:00
parent 72486436ad
commit 55be6ddfcc
+1 -1
View File
@@ -284,7 +284,7 @@ public:
/**
* @brief Construct a new instance.
*/
MessageMap() : FileReader(true), m_minIdLength(4), m_maxIdLength(0), m_messageCount(0) {}
MessageMap() : FileReader<DataFieldTemplates*>::FileReader(true), m_minIdLength(4), m_maxIdLength(0), m_messageCount(0) {}
/**
* @brief Destructor.