fix(build): Size type

This commit is contained in:
Michael Carlberg 2016-11-21 16:32:56 +01:00
parent ebf1bd1129
commit 83ef8bcd0c
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ struct bar_settings {
edge origin{edge::BOTTOM};
size size{0, 0};
struct size size{0, 0};
position pos{0, 0};
position offset{0, 0};
position center{0, 0};