Fixed linker errors with InputStream in SFML dynamic libraries

This commit is contained in:
Laurent Gomila 2011-09-20 21:02:02 +02:00
parent 2856090573
commit a547acfeb7

View File

@ -37,7 +37,7 @@ namespace sf
/// \brief Abstract class for custom file input streams
///
////////////////////////////////////////////////////////////
class SFML_API InputStream
class InputStream
{
public :