Index: libcfa/src/parseconfig.hfa
===================================================================
--- libcfa/src/parseconfig.hfa	(revision a3f2a3e2c41af22a48c446b7d07d4dd45849b244)
+++ libcfa/src/parseconfig.hfa	(revision c166f4ef9b8229c662d3f3ddbfa422165e20e6b4)
@@ -27,5 +27,5 @@
 	this.variable = (void *)&variable;
 	this.parse    = (bool (*)(const char *, void *))(bool (*)(const char *, T &))parse;
-	this.validate = null_validation;
+	this.validate = null_validator;
 }
 
@@ -43,5 +43,5 @@
 	this.variable = (void *)&variable;
 	this.parse    = (bool (*)(const char *, void *))(bool (*)(const char *, T &))parse;
-	this.validate = null_validation;
+	this.validate = null_validator;
 }
 
