Skip to content

Commit b1b6312

Browse files
committed
Add missing dll export (GD_CORE_API) on Windows
1 parent b56c111 commit b1b6312

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Core/GDCore/IDE/ProjectFileWriter.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ namespace gd
2222
* that are part of a project). This class provides tool functions
2323
* that write the "real" project file.
2424
*/
25-
class ProjectFileWriter
25+
class GD_CORE_API ProjectFileWriter
2626
{
2727
public:
2828

0 commit comments

Comments
 (0)