mirror of
https://github.com/microsoft/terminal.git
synced 2026-07-09 02:26:45 +00:00
Guess what's LOAD BEARING
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user