diff --git a/doomsday/sdk/libcore/include/de/filesys/remote/webhostedlink.h b/doomsday/sdk/libcore/include/de/filesys/remote/webhostedlink.h index 8913794ba4..0adfc98d59 100644 --- a/doomsday/sdk/libcore/include/de/filesys/remote/webhostedlink.h +++ b/doomsday/sdk/libcore/include/de/filesys/remote/webhostedlink.h @@ -29,10 +29,10 @@ namespace filesys { * Repository of files hosted on a web server as a file tree. Assumed to come * with a Unix-style "ls-laR.gz" directory tree index (e.g., an idgames mirror). */ -class WebHostedLink : public Link +class DENG2_PUBLIC WebHostedLink : public Link { public: - struct FileEntry : public PathTree::Node + struct DENG2_PUBLIC FileEntry : public PathTree::Node { duint64 size = 0; Time modTime;