diff options
Diffstat (limited to 'editor/app.cpp')
| -rw-r--r-- | editor/app.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editor/app.cpp b/editor/app.cpp index 850f19e3..a0c086cf 100644 --- a/editor/app.cpp +++ b/editor/app.cpp @@ -26,8 +26,9 @@ app::app(fm_settings&& opts) : reset_camera_offset(); } -app::~app() // NOLINT(modernize-use-equals-default) +app::~app() { + void(); } int app::exec() |
