Big refactoring of libxml-tree, part (1) (everything compiles)
[SXSI/xpathcomp.git] / src / common_stub.cpp
index 12b354e..85be940 100644 (file)
@@ -88,7 +88,7 @@ extern "C" value sxsi_cpp_init(value unit)
   return Val_unit;
 }
 
-void sxsi_raise_msg(char * msg)
+void sxsi_raise_msg(const char * msg)
 {
   if (cpp_exception == 0) init_error();
   caml_raise_with_string(*cpp_exception, msg);