diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-01-15 19:27:53 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-01-15 19:27:53 +0100 |
commit | 785293f4bf1beec65d23be0612e545e4c26ec366 (patch) | |
tree | f250c34d82977116498b8049c8055fc3981478ab /test | |
parent | a5acc700d6a3a9b050864cf78a0f9f2305babdff (diff) |
b
Diffstat (limited to 'test')
-rw-r--r-- | test/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/main.cpp b/test/main.cpp index 93652102..dfe37c2c 100644 --- a/test/main.cpp +++ b/test/main.cpp @@ -16,7 +16,7 @@ test_app::test_app(const Arguments& arguments): test_app::~test_app() { - loader_::destroy(); + loader.destroy(); } int test_app::exec() |