Skip to content

Commit

Permalink
Windows|Fixed|libgui: Missing ImageFile exports
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Dec 29, 2015
1 parent b8f699a commit c788374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/sdk/libgui/include/de/graphics/imagefile.h
Expand Up @@ -41,7 +41,7 @@ namespace de {
* deleted if the original is deleted, and they can only be accessed via the
* subfolder notation -- only the original image resides in the parent folder.
*/
class ImageFile : public File
class LIBGUI_PUBLIC ImageFile : public File
{
public:
enum BuiltInFilter {
Expand Down

0 comments on commit c788374

Please sign in to comment.