Index: libcfa/src/parseconfig.hfa
===================================================================
--- libcfa/src/parseconfig.hfa	(revision 8f01cb044a9ffc7d221d0616b56582f558ce5158)
+++ libcfa/src/parseconfig.hfa	(revision 4cc6c7d8c7a4fa871fba123c2b61cb2ffb1f04b6)
@@ -13,5 +13,5 @@
 	this.key      = key;
 	this.variable = (void *)&variable;
-	this.parse    = (bool (*)(const char *, void *))parse;
+	this.parse    = (bool (*)(const char *, void *))(bool (*)(const char *, T &))parse;
 }
 
@@ -20,5 +20,5 @@
 	this.key      = key;
 	this.variable = (void *)&variable;
-	this.parse    = (bool (*)(const char *, void *))parse;
+	this.parse    = (bool (*)(const char *, void *))(bool (*)(const char *, T &))parse;
 }
 
