fix: window teardown

This commit is contained in:
2026-04-11 10:28:14 -05:00
parent f03f521141
commit 2c9463c336
3 changed files with 15 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ class Window {
public:
Window();
~Window() = default;
~Window();
private: