aboutsummaryrefslogtreecommitdiff
path: root/CruUI/ui/control.h
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2018-09-21 23:20:44 +0800
committercrupest <crupest@outlook.com>2018-09-21 23:20:44 +0800
commitf9d3795e6dbb33fa5ffc0cb6e990462c4dd4974c (patch)
treed7c7deb89c10944ccbdeafb4dd89ca492e4608b6 /CruUI/ui/control.h
parent82a45e611a2638cff7e3fffc09ba4569ca53a274 (diff)
downloadcru-f9d3795e6dbb33fa5ffc0cb6e990462c4dd4974c.tar.gz
cru-f9d3795e6dbb33fa5ffc0cb6e990462c4dd4974c.tar.bz2
cru-f9d3795e6dbb33fa5ffc0cb6e990462c4dd4974c.zip
Move alignment property into layout params.
Diffstat (limited to 'CruUI/ui/control.h')
-rw-r--r--CruUI/ui/control.h1
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.