diff options
author | Neil <nyamatongwe@gmail.com> | 2021-03-18 23:31:59 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2021-03-18 23:31:59 +1100 |
commit | b047c81396af14e5497d969b37b1df9d67d09d17 (patch) | |
tree | 4b7eab66346c57d36314e3fd7566a610c2dfc66e /qt/ScintillaEditBase/PlatQt.h | |
parent | 088336e91cb2771acd435bcd4646373420f62484 (diff) | |
download | scintilla-mirror-b047c81396af14e5497d969b37b1df9d67d09d17.tar.gz |
Make Surface::Release and callers (where possible) noexcept.
Diffstat (limited to 'qt/ScintillaEditBase/PlatQt.h')
-rw-r--r-- | qt/ScintillaEditBase/PlatQt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt/ScintillaEditBase/PlatQt.h b/qt/ScintillaEditBase/PlatQt.h index a4bf8df6b..844418343 100644 --- a/qt/ScintillaEditBase/PlatQt.h +++ b/qt/ScintillaEditBase/PlatQt.h @@ -89,7 +89,7 @@ public: void InitPixMap(int width, int height, Surface *surface, WindowID wid) override; - void Release() override; + void Release() noexcept override; bool Initialised() override; void PenColour(ColourDesired fore) override; int LogPixelsY() override; |