Index: libcfa/src/parseconfig.hfa
===================================================================
--- libcfa/src/parseconfig.hfa	(revision c58c65aaad32be4e7d812fd96ec1b8acbd78aebc)
+++ libcfa/src/parseconfig.hfa	(revision ad8072cf6fc1f7e6fff797644b18f485f842ec5e)
@@ -21,5 +21,5 @@
 	this.variable = (void *)&variable;
 	this.parse    = (bool (*)(const char *, void *))(bool (*)(const char *, T &))parse;
-	this.validate = 0p;
+	this.validate = (bool (*)(void *))(bool (*)(T &))0p;
 }
 
@@ -37,5 +37,5 @@
 	this.variable = (void *)&variable;
 	this.parse    = (bool (*)(const char *, void *))(bool (*)(const char *, T &))parse;
-	this.validate = 0p;
+	this.validate = (bool (*)(void *))(bool (*)(T &))0p;
 }
 
