Skip to content

Commit

Permalink
Add missing dll export (GD_CORE_API) on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
4ian committed Sep 5, 2015
1 parent b56c111 commit b1b6312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/GDCore/IDE/ProjectFileWriter.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ namespace gd
* that are part of a project). This class provides tool functions
* that write the "real" project file.
*/
class ProjectFileWriter
class GD_CORE_API ProjectFileWriter
{
public:

Expand Down

0 comments on commit b1b6312

Please sign in to comment.