summaryrefslogtreecommitdiff
path: root/src/KingSystem/System/DebugFinder.cpp
diff options
context:
space:
mode:
authoriTNTPiston <zhaoyizhu2000@gmail.com>2021-08-23 12:30:48 -0700
committeriTNTPiston <zhaoyizhu2000@gmail.com>2021-08-23 12:30:48 -0700
commite3a6211fc24f3114c578a7538e3102af0880cfc2 (patch)
tree34e244d89dbd3058158a474150f5e40d486e3aea /src/KingSystem/System/DebugFinder.cpp
parent66aa5f139b7a743c0ef144f139326c52e3d3edb7 (diff)
Add listing for DebugFinder dtors
Diffstat (limited to 'src/KingSystem/System/DebugFinder.cpp')
-rw-r--r--src/KingSystem/System/DebugFinder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/KingSystem/System/DebugFinder.cpp b/src/KingSystem/System/DebugFinder.cpp
index 10ddadf7..7e5a1d82 100644
--- a/src/KingSystem/System/DebugFinder.cpp
+++ b/src/KingSystem/System/DebugFinder.cpp
@@ -6,6 +6,6 @@ SEAD_SINGLETON_DISPOSER_IMPL(DebugFinder)
DebugFinder::DebugFinder() = default;
-void DebugFinder::init(sead::Heap* heap) {}
+DebugFinder::~DebugFinder() = default;
} // namespace ksys