Guess what's LOAD BEARING

This commit is contained in:
Mike Griese
2023-03-09 09:27:48 -06:00
parent 1dc243641c
commit 6e4b2e1048

View File

@@ -20,7 +20,7 @@ Abstract:
#include "WindowThread.h"
class WindowEmperor : std::enable_shared_from_this<WindowEmperor>
class WindowEmperor : public std::enable_shared_from_this<WindowEmperor>
{
public:
WindowEmperor() noexcept;