aboutsummaryrefslogtreecommitdiff
path: root/src/ui/DeleteLater.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/DeleteLater.cpp')
-rw-r--r--src/ui/DeleteLater.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/DeleteLater.cpp b/src/ui/DeleteLater.cpp
index 8a40642f..f8911ae1 100644
--- a/src/ui/DeleteLater.cpp
+++ b/src/ui/DeleteLater.cpp
@@ -9,4 +9,6 @@ DeleteLaterImpl::~DeleteLaterImpl() {}
void DeleteLaterImpl::DeleteLater() {
GetUiApplication()->SetImmediate([this] { delete this; });
}
+
+void DeleteLaterImpl::OnPrepareDelete() {}
} // namespace cru::ui