Consistency with other member variable docs

This commit is contained in:
Dmitry Marakasov 2014-12-27 00:01:09 +03:00
parent 1c7159c39a
commit e0654f045b

View File

@ -49,7 +49,7 @@ class RWops;
//////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////
class Texture { class Texture {
private: private:
SDL_Texture* texture_; ///< SDL2 texture pointer SDL_Texture* texture_; ///< Contained SDL_Texture structure
public: public:
//////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////