merge with dev - I hope no error
This commit is contained in:
@@ -108,8 +108,8 @@ public:
|
||||
class Error: public std::exception
|
||||
{
|
||||
public:
|
||||
Error (const Glib::ustring &msg): msg_ (msg) {}
|
||||
const char *what() const throw()
|
||||
explicit Error (const Glib::ustring &msg): msg_ (msg) {}
|
||||
const char *what() const throw() override
|
||||
{
|
||||
return msg_.c_str();
|
||||
}
|
||||
|
Reference in New Issue
Block a user