Suuports clang compiler
[anna.git] / source / html / DocumentFile.cpp
index 5046ee8..699d236 100644 (file)
@@ -76,6 +76,6 @@ throw(RuntimeException) {
 
 _xmlDoc* html::DocumentFile::do_initialize(const anna::DataBlock&)
 throw(RuntimeException) {
-  throw("html::DocumentFile::do_initialize | Not implemented", ANNA_FILE_LOCATION);
+  throw RuntimeException("html::DocumentFile::do_initialize | Not implemented", ANNA_FILE_LOCATION);
   return NULL;
 }