Index: src/libcfa/exception.h
===================================================================
--- src/libcfa/exception.h	(revision cb811ac113953880ed3864498f0a4d0b46e2be48)
+++ src/libcfa/exception.h	(revision c315863ca6b244f425507450d481bda8f139eeee)
@@ -29,5 +29,5 @@
 	             struct __cfaehm__base_exception_t * other);
 	void (*free)(struct __cfaehm__base_exception_t *this);
-	const char (*msg)(struct __cfaehm__base_exception_t *this);
+	const char * (*msg)(struct __cfaehm__base_exception_t *this);
 };
 struct __cfaehm__base_exception_t {
