X-Git-Url: http://git.tdb.fi/?p=libs%2Fgltk.git;a=blobdiff_plain;f=source%2Fpanel.h;fp=source%2Fpanel.h;h=e9744fd107a273c12365a86d11cec545228109d6;hp=ce4b2a740073dc2b2eb743578d1631e38e477f67;hb=aa9b8db38efb9e97460c76e27cecc4d1591b23e5;hpb=762a689d799075c0a10e1633bf95d53de80b4572 diff --git a/source/panel.h b/source/panel.h index ce4b2a7..e9744fd 100644 --- a/source/panel.h +++ b/source/panel.h @@ -46,7 +46,7 @@ public: void expand(bool, bool); void ghost(bool); void gravity(int, int); - void grid(unsigned); + void grid(std::size_t); void layout(); template void unnamed_child();