Index: src/libcfa/exception.h
===================================================================
--- src/libcfa/exception.h	(revision 3c09d47c9fd762e66a4beaa4d096faba191e8d2a)
+++ 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 {
