X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftexture2d.h;h=994c4efd7224c43605ec0f6097483124e809db35;hb=e45ade69a77f7ba91b47bebad604ae29b5705b21;hp=35346e0091e2bbc8a24bf827bec4a96d921cbbd8;hpb=edd2a01b3c696df8630ac6a97e9b55a95fe7e112;p=libs%2Fgl.git diff --git a/source/texture2d.h b/source/texture2d.h index 35346e00..994c4efd 100644 --- a/source/texture2d.h +++ b/source/texture2d.h @@ -66,7 +66,7 @@ private: void image(const Graphics::Image &); public: - unsigned get_width() const { return width; } + unsigned get_width() const { return width; } unsigned get_height() const { return height; } private: