X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fimage.h;h=efc814487f88c39f38e2cc209382b5d53db0a50e;hb=2bdaf4955fdb94e73704adcdcf0adc2b353f0ff0;hp=8256a8d9c5c1749bbee6da77793fbc91e7b09a81;hpb=1c5148b7b63e1ba84073355702972caf6fe83b7e;p=libs%2Fgltk.git diff --git a/source/image.h b/source/image.h index 8256a8d..efc8144 100644 --- a/source/image.h +++ b/source/image.h @@ -1,7 +1,7 @@ /* $Id$ This file is part of libmspgltk -Copyright © 2007 Mikko Rasa, Mikkosoft Productions +Copyright © 2010-2011 Mikko Rasa, Mikkosoft Productions Distributed under the LGPL */ @@ -26,10 +26,12 @@ private: public: Image(const GL::Texture2D * = 0); + virtual const char *get_class() const { return "image"; } + void set_image(const GL::Texture2D *); void set_keep_aspect(bool); + private: - virtual const char *get_class() const { return "image"; } virtual void render_special(const Part &) const; };