]> git.tdb.fi Git - libs/gl.git/blobdiff - source/texture2d.h
Complete rewrite of extension handling
[libs/gl.git] / source / texture2d.h
index 35346e0091e2bbc8a24bf827bec4a96d921cbbd8..994c4efd7224c43605ec0f6097483124e809db35 100644 (file)
@@ -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: