From 0bd65f26af566a16f719476bf4d73f9b8e6a665e Mon Sep 17 00:00:00 2001 From: skyjake Date: Thu, 8 Nov 2012 09:15:48 +0200 Subject: [PATCH] Win32|libdeng2: Exported de::NativePath --- doomsday/libdeng2/include/de/filesys/nativepath.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doomsday/libdeng2/include/de/filesys/nativepath.h b/doomsday/libdeng2/include/de/filesys/nativepath.h index 94074dbaa2..486ddc2025 100644 --- a/doomsday/libdeng2/include/de/filesys/nativepath.h +++ b/doomsday/libdeng2/include/de/filesys/nativepath.h @@ -37,7 +37,7 @@ namespace de { * String::fileNamePath(), so that they operate using native separator * characters. */ -class NativePath : public String +class DENG2_PUBLIC NativePath : public String { public: /// An unknown user name was encounterd in the string. @ingroup errors