X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fgrid.cpp;h=eb32cc91d8c4ec2f0c757d36b8f2ceb8f7d3cdea;hb=HEAD;hp=3b44ac857e0058e9e6d34de38ffd158aced3e17e;hpb=304500a51a1a9d00e3c84ed2a6ffda0f829445b4;p=libs%2Fgltk.git diff --git a/source/grid.cpp b/source/grid.cpp index 3b44ac8..eb32cc9 100644 --- a/source/grid.cpp +++ b/source/grid.cpp @@ -3,11 +3,9 @@ namespace Msp { namespace GLtk { -Grid::Grid(Layout &l, unsigned c): +Grid::Grid(Layout &l, size_t c): Arrangement(l), - columns(c), - first_row(true), - column(0) + columns(c) { } void Grid::skip()