Skip to content

Commit

Permalink
Remove export annotation on filesystem
Browse files Browse the repository at this point in the history
  • Loading branch information
aristotaloss committed Feb 6, 2016
1 parent 89bcac0 commit f0d0ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/file_system.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ inline bool IsFolder(char *file) {
* Filesystem base class which will hold the main file reference and also contains a map of all the indices.
* After constructing a new FileSystem, use FileSystem#LoadDirectory(char*).
*/
class RSFS_EXPORT FileSystem {
class FileSystem {
public:
FileSystem();
~FileSystem();
Expand Down

0 comments on commit f0d0ebd

Please sign in to comment.