Suuports clang compiler
[anna.git] / source / xml / DocumentFile.cpp
index e48d0c2..d1fce3b 100644 (file)
@@ -82,7 +82,7 @@ throw(RuntimeException) {
 
 _xmlDoc* DocumentFile::do_initialize(const anna::DataBlock&)
 throw(RuntimeException) {
-  throw("xml::DocumentFile::do_initialize | Not implemented", ANNA_FILE_LOCATION);
+  throw RuntimeException("xml::DocumentFile::do_initialize | Not implemented", ANNA_FILE_LOCATION);
   return NULL;
 }