From f565f417f386c5d13f73da8b3eca19847dc4367c Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Thu, 22 Mar 2012 16:36:07 +0100 Subject: utils/dimension: added template for types of the metrics --- src/menu/texture.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/menu/texture.hpp') diff --git a/src/menu/texture.hpp b/src/menu/texture.hpp index 6e1ea640..19197b0a 100644 --- a/src/menu/texture.hpp +++ b/src/menu/texture.hpp @@ -49,10 +49,10 @@ namespace usdx class TextureSizeException : public TextureLoadException { private: - Dimension size; + Dimension size; public: - TextureSizeException(Dimension size) : size(size) { }; + TextureSizeException(Dimension size) : size(size) { }; virtual ~TextureSizeException() { }; }; @@ -76,7 +76,7 @@ namespace usdx GLuint texture; GLenum texture_format; - Dimension size; + Dimension size; float rotation; ///< radiant (0 - 2*pi) -- cgit v1.2.3