Update Simulcrypt ECMg
This commit is contained in:
@@ -17,7 +17,9 @@ namespace util {
|
||||
class ErrorSpace {
|
||||
public:
|
||||
std::string SpaceName() const { return space_name_func_(this); }
|
||||
std::string String(int code) const { return code_to_string_func_(this, code); }
|
||||
std::string String(int code) const {
|
||||
return code_to_string_func_(this, code);
|
||||
}
|
||||
|
||||
protected:
|
||||
// typedef instead of using statements for SWIG compatibility.
|
||||
|
||||
Reference in New Issue
Block a user