Skip to content

Commit

Permalink
Windows|libcore: Added a missing export
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Oct 31, 2017
1 parent 6eabdca commit 8b2cfc2
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -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;
Expand Down

0 comments on commit 8b2cfc2

Please sign in to comment.