From f9d3795e6dbb33fa5ffc0cb6e990462c4dd4974c Mon Sep 17 00:00:00 2001 From: crupest Date: Fri, 21 Sep 2018 23:20:44 +0800 Subject: Move alignment property into layout params. --- CruUI/ui/control.h | 1 + 1 file changed, 1 insertion(+) (limited to 'CruUI/ui/control.h') 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. -- cgit v1.2.3