]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/table.h
Store the Resources reference only in Root widget
[libs/gltk.git] / source / table.h
index 190973e11c07baeacde9bbd2fa675e13dc2b4e78..ab1654c419979adba16fe21d72a08ed04e1d8a03 100644 (file)
@@ -36,7 +36,7 @@ private:
        std::vector<unsigned> col_w;
 
 public:
-       Table(const Resources &);
+       Table();
 
        void set_rows(unsigned);
        void set_columns(unsigned);