diff options
-rw-r--r-- | bindings/cpp/include/pugl/pugl.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/cpp/include/pugl/pugl.hpp b/bindings/cpp/include/pugl/pugl.hpp index 9a6da4f..0c6065b 100644 --- a/bindings/cpp/include/pugl/pugl.hpp +++ b/bindings/cpp/include/pugl/pugl.hpp @@ -240,7 +240,7 @@ public: : _msg{msg} {} - virtual const char* what() const noexcept override; + const char* what() const noexcept override; private: const char* _msg; |