]> Dogcows Code - chaz/yoink/blobdiff - src/ErrorHandler.hh
library class revamped as manager, goodbye tilemap
[chaz/yoink] / src / ErrorHandler.hh
index 2b13b1d44043b705625b09bf8110be8b8182863d..8132ac4738aa2d8fbbc3b28ed9f9e11ddb89c53f 100644 (file)
 #ifndef _ERRORHANDLER_HH_
 #define _ERRORHANDLER_HH_
 
-#include <Moof/Exception.hh>
+#include <Moof/Error.hh>
 
 
-std::string getErrorString(const Mf::Exception& e);
+std::string getErrorString(const Mf::Error& error);
 
 
 #endif // _ERRORHANDLER_HH_
This page took 0.017132 seconds and 4 git commands to generate.