From e0654f045b0a751b510361f3d9f08e2415f8551d Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Sat, 27 Dec 2014 00:01:09 +0300 Subject: [PATCH] Consistency with other member variable docs --- SDL2pp/Texture.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SDL2pp/Texture.hh b/SDL2pp/Texture.hh index 98ac8bd..f99de9d 100644 --- a/SDL2pp/Texture.hh +++ b/SDL2pp/Texture.hh @@ -49,7 +49,7 @@ class RWops; //////////////////////////////////////////////////////////// class Texture { private: - SDL_Texture* texture_; ///< SDL2 texture pointer + SDL_Texture* texture_; ///< Contained SDL_Texture structure public: ////////////////////////////////////////////////////////////