Fixed linker errors with InputStream in SFML dynamic libraries
This commit is contained in:
parent
2856090573
commit
a547acfeb7
|
@ -37,7 +37,7 @@ namespace sf
|
|||
/// \brief Abstract class for custom file input streams
|
||||
///
|
||||
////////////////////////////////////////////////////////////
|
||||
class SFML_API InputStream
|
||||
class InputStream
|
||||
{
|
||||
public :
|
||||
|
||||
|
|
Loading…
Reference in a new issue