]> git.saurik.com Git - cycript.git/blobdiff - Error.hpp
Allow multi-line editing and drop libedit support.
[cycript.git] / Error.hpp
index 30cd052ff8457b516da7a21c863537b034ee5a02..f63180e50979785dae6978bb274563c327141859 100644 (file)
--- a/Error.hpp
+++ b/Error.hpp
@@ -22,8 +22,8 @@
 #ifndef CYCRIPT_ERROR_HPP
 #define CYCRIPT_ERROR_HPP
 
-#include "Pooling.hpp"
 #include "Exception.hpp"
+#include "Pooling.hpp"
 
 #ifdef CY_EXECUTE
 struct CYJSError :
@@ -45,7 +45,7 @@ struct CYJSError :
 };
 #endif
 
-struct CYPoolError :
+struct _visible CYPoolError :
     CYException
 {
     CYPool pool_;