projects
/
cycript.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix issue in 64-bit choose() reported by heardrwt.
[cycript.git]
/
Error.hpp
diff --git
a/Error.hpp
b/Error.hpp
index f608e88aff35d4e49660aeb8f3c2b171820332c4..3165287a1d782ce5e7d2ceb5bd242d0441ecf64f 100644
(file)
--- a/
Error.hpp
+++ b/
Error.hpp
@@
-51,6
+51,8
@@
struct CYPoolError :
CYPool pool_;
const char *message_;
CYPool pool_;
const char *message_;
+ CYPoolError(const CYPoolError &rhs);
+
CYPoolError(const char *format, ...);
CYPoolError(const char *format, va_list args);
CYPoolError(const char *format, ...);
CYPoolError(const char *format, va_list args);