From e55ed4dd7a0caf0b4a6fdb4e6e2b30e159e772d2 Mon Sep 17 00:00:00 2001 From: Neil Date: Sun, 3 Mar 2019 15:35:54 +1100 Subject: Use noexcept where reasonable. --- src/MarginView.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/MarginView.h') diff --git a/src/MarginView.h b/src/MarginView.h index 1d5d46cac..4468afa1b 100644 --- a/src/MarginView.h +++ b/src/MarginView.h @@ -32,7 +32,7 @@ public: * existing platforms must implement as empty. */ DrawWrapMarkerFn customDrawWrapMarker; - MarginView(); + MarginView() noexcept; void DropGraphics(bool freeObjects); void AllocateGraphics(const ViewStyle &vsDraw); -- cgit v1.2.3