From a547acfeb7f3af1468d66735d66cfebd718288f1 Mon Sep 17 00:00:00 2001 From: Laurent Gomila Date: Tue, 20 Sep 2011 21:02:02 +0200 Subject: [PATCH] Fixed linker errors with InputStream in SFML dynamic libraries --- include/SFML/System/InputStream.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SFML/System/InputStream.hpp b/include/SFML/System/InputStream.hpp index 1d9765571..623c6337d 100644 --- a/include/SFML/System/InputStream.hpp +++ b/include/SFML/System/InputStream.hpp @@ -37,7 +37,7 @@ namespace sf /// \brief Abstract class for custom file input streams /// //////////////////////////////////////////////////////////// -class SFML_API InputStream +class InputStream { public :