This commit is contained in:
Vaxry 2024-04-27 03:27:02 +01:00
parent e081a44d36
commit 9dff454cc7

View file

@ -64,7 +64,7 @@ struct SConfigValue;
class CWindow; class CWindow;
typedef std::shared_ptr<CWindow> PHLWINDOW; typedef std::shared_ptr<CWindow> PHLWINDOW;
typedef std::weak_ptr<CWindow> PHLWINDOWREF; typedef std::weak_ptr<CWindow> PHLWINDOWREF;
/* /*
These methods are for the plugin to implement These methods are for the plugin to implement