diff options
| author | iTNTPiston <zhaoyizhu2000@gmail.com> | 2021-08-23 12:30:48 -0700 |
|---|---|---|
| committer | iTNTPiston <zhaoyizhu2000@gmail.com> | 2021-08-23 12:30:48 -0700 |
| commit | e3a6211fc24f3114c578a7538e3102af0880cfc2 (patch) | |
| tree | 34e244d89dbd3058158a474150f5e40d486e3aea /src/KingSystem/System/DebugFinder.cpp | |
| parent | 66aa5f139b7a743c0ef144f139326c52e3d3edb7 (diff) | |
Add listing for DebugFinder dtors
Diffstat (limited to 'src/KingSystem/System/DebugFinder.cpp')
| -rw-r--r-- | src/KingSystem/System/DebugFinder.cpp | 2 |
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 |
