aboutsummaryrefslogtreecommitdiffhomepage
path: root/qt/ScintillaEditBase/PlatQt.cpp
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2021-03-18 23:31:59 +1100
committerNeil <nyamatongwe@gmail.com>2021-03-18 23:31:59 +1100
commitb047c81396af14e5497d969b37b1df9d67d09d17 (patch)
tree4b7eab66346c57d36314e3fd7566a610c2dfc66e /qt/ScintillaEditBase/PlatQt.cpp
parent088336e91cb2771acd435bcd4646373420f62484 (diff)
downloadscintilla-mirror-b047c81396af14e5497d969b37b1df9d67d09d17.tar.gz
Make Surface::Release and callers (where possible) noexcept.
Diffstat (limited to 'qt/ScintillaEditBase/PlatQt.cpp')
-rw-r--r--qt/ScintillaEditBase/PlatQt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt/ScintillaEditBase/PlatQt.cpp b/qt/ScintillaEditBase/PlatQt.cpp
index 9cbf591b9..52cb54bf7 100644
--- a/qt/ScintillaEditBase/PlatQt.cpp
+++ b/qt/ScintillaEditBase/PlatQt.cpp
@@ -200,7 +200,7 @@ void SurfaceImpl::InitPixMap(int width,
SetDBCSMode(psurfOther->codePage);
}
-void SurfaceImpl::Release()
+void SurfaceImpl::Release() noexcept
{
Clear();
}