]> git.tdb.fi Git - libs/gui.git/blobdiff - source/graphics/errordialog.h
Use the override specifier where appropriate
[libs/gui.git] / source / graphics / errordialog.h
index 7ece72e3fd483bd3aa57ae7fd1e2e02b07df7ab0..562883c64446057f3efc44669bc8742398d966a5 100644 (file)
@@ -16,7 +16,7 @@ private:
 public:
        ErrorDialog(Display *d): display(d) { }
 
-       virtual bool report_uncaught_exception(const std::exception &) const;
+       bool report_uncaught_exception(const std::exception &) const override;
 };
 
 } // namespace Graphics