aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/LineMarker.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/LineMarker.h')
-rw-r--r--src/LineMarker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LineMarker.h b/src/LineMarker.h
index 8a15327d2..db3a8f15e 100644
--- a/src/LineMarker.h
+++ b/src/LineMarker.h
@@ -34,7 +34,7 @@ public:
* platforms must implement as empty. */
DrawLineMarkerFn customDraw = nullptr;
- LineMarker() noexcept = default;
+ LineMarker() = default;
LineMarker(const LineMarker &other);
LineMarker(LineMarker &&) noexcept = default;
LineMarker &operator=(const LineMarker& other);