summaryrefslogtreecommitdiffstats
path: root/src/undo-stack-observer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/undo-stack-observer.h')
-rw-r--r--src/undo-stack-observer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/undo-stack-observer.h b/src/undo-stack-observer.h
index dadb4764e..58972a1af 100644
--- a/src/undo-stack-observer.h
+++ b/src/undo-stack-observer.h
@@ -32,8 +32,8 @@ struct Event;
*/
class UndoStackObserver : public GC::Managed<> {
public:
- UndoStackObserver() { }
- virtual ~UndoStackObserver() { }
+ UndoStackObserver() = default;
+ virtual ~UndoStackObserver() = default;
/**
* Triggered when the user issues an undo command.