From 057804e81417dc267b7d2e86f2f54a5245643f52 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Sat, 27 Dec 2014 18:59:24 +0300 Subject: [PATCH] Fix copypasta --- SDL2pp/Surface.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SDL2pp/Surface.hh b/SDL2pp/Surface.hh index 033de0a..67f3508 100644 --- a/SDL2pp/Surface.hh +++ b/SDL2pp/Surface.hh @@ -183,7 +183,7 @@ public: //////////////////////////////////////////////////////////// /// \brief Destructor /// - /// \see http://wiki.libsdl.org/SDL_DestroyTexture + /// \see http://wiki.libsdl.org/SDL_FreeSurface /// //////////////////////////////////////////////////////////// virtual ~Surface();