diff options
Diffstat (limited to 'CruUI/ui/control.h')
-rw-r--r-- | CruUI/ui/control.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CruUI/ui/control.h b/CruUI/ui/control.h index c69486c9..ced7f0e3 100644 --- a/CruUI/ui/control.h +++ b/CruUI/ui/control.h @@ -31,6 +31,7 @@ namespace cru { friend class Window; friend class LayoutManager; + protected: struct WindowConstructorTag {}; //Used for constructor for class Window. |