X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftable.h;h=1b0a80d857a1d4fd24136ec914dd618a33fff99a;hb=c8f5fd14a1fbdaaa9e1216dd5163d1f5c1b5ff27;hp=190973e11c07baeacde9bbd2fa675e13dc2b4e78;hpb=f34c8d617cbe8ae426e7a1e280dfa0aaf5d11a6d;p=libs%2Fgltk.git diff --git a/source/table.h b/source/table.h index 190973e..1b0a80d 100644 --- a/source/table.h +++ b/source/table.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgltk -Copyright © 2008 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_GLTK_TABLE_H_ #define MSP_GLTK_TABLE_H_ @@ -36,7 +29,7 @@ private: std::vector col_w; public: - Table(const Resources &); + Table(); void set_rows(unsigned); void set_columns(unsigned);