src/widget/widget.h
branchcpp_gui
changeset 6302 bd80897189ba
parent 6301 e0251f797d59
child 6305 aa0faea50ab5
--- a/src/widget/widget.h	Mon Mar 26 21:00:16 2007 +0000
+++ b/src/widget/widget.h	Mon Mar 26 21:31:37 2007 +0000
@@ -123,10 +123,10 @@
 		, m_container(container)
 		, m_feature_flags(feature_flags)
 		, m_color(color)
+		, m_tooltips(tooltips)
+		, m_anchors(PIN_NONE)
 		, m_is_closing(false)
 		, m_dont_clip(false)
-		, m_tooltips(tooltips)
-		, m_anchors(PIN_NONE)
 		, m_size_step(1, 1)
 	{}