mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 02:25:38 +01:00
Core/Server: Add missing overrides
This commit is contained in:
@@ -40,7 +40,7 @@ class ByteBufferException : public std::exception
|
||||
public:
|
||||
~ByteBufferException() throw() { }
|
||||
|
||||
char const* what() const throw() { return msg_.c_str(); }
|
||||
char const* what() const throw() override { return msg_.c_str(); }
|
||||
|
||||
protected:
|
||||
std::string & message() throw() { return msg_; }
|
||||
|
||||
Reference in New Issue
Block a user