aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/MarginView.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/MarginView.h')
-rw-r--r--src/MarginView.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MarginView.h b/src/MarginView.h
index 4468afa1b..bb1981ed8 100644
--- a/src/MarginView.h
+++ b/src/MarginView.h
@@ -34,7 +34,7 @@ public:
MarginView() noexcept;
- void DropGraphics(bool freeObjects);
+ void DropGraphics(bool freeObjects) noexcept;
void AllocateGraphics(const ViewStyle &vsDraw);
void RefreshPixMaps(Surface *surfaceWindow, WindowID wid, const ViewStyle &vsDraw);
void PaintMargin(Surface *surface, Sci::Line topLine, PRectangle rc, PRectangle rcMargin,