From fc881e95add0d03d0a59a6ee5a97af5d1f700ebe Mon Sep 17 00:00:00 2001 From: gfgtdf Date: Sat, 18 Oct 2014 17:42:59 +0200 Subject: [PATCH] remove comment SDL_RWops is returned by pointer so we don't need to worry about the msvc bug. --- src/filesystem.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/filesystem.hpp b/src/filesystem.hpp index 5c745885b27a..a37ad429d6cb 100644 --- a/src/filesystem.hpp +++ b/src/filesystem.hpp @@ -30,7 +30,6 @@ class config; -//TODO: will this compile for msvc <= 2010 which has a bug when it comes to forward declaring return values? struct SDL_RWops; namespace filesystem {