Fixup 2069b70
This commit is contained in:
parent
2069b70653
commit
b8bf664147
1 changed files with 1 additions and 1 deletions
|
@ -512,7 +512,7 @@ public:
|
|||
std::string debug() const;
|
||||
std::string hash() const;
|
||||
|
||||
struct error : public game::error, public std::exception {
|
||||
struct error : public game::error {
|
||||
error(const std::string& message) : game::error(message) {}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue