Remove dynamic exceptions
[anna.git] / include / anna / html / functions.hpp
index 761cbb6..cbfea51 100644 (file)
@@ -18,7 +18,7 @@ struct functions {
      Inicializa el modulo de analisis de documentos HTML deber invocado antes
      usar cualquier clase de este paquete.
   */
-  static void initialize() throw();
+  static void initialize() ;
 };
 
 }