]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/grid.h
Use size_t to represent counts and indices
[libs/gltk.git] / source / grid.h
index 4ed43d56442f59d0b475ba7b3cf6fd097b676225..be1c2661c9c8533846c6a440dfedfe4ccbd8a9c4 100644 (file)
@@ -31,10 +31,10 @@ private:
        Edge row_top;
        Edge row_bottom;
        bool first_row = true;
-       unsigned column = 0;
+       std::size_t column = 0;
 
 public:
-       Grid(Layout &, unsigned);
+       Grid(Layout &, std::size_t);
 
        void skip();
        void next_row();