Skip to content

Commit 068cd7e

Browse files
committed
Missing macros
1 parent 12308d8 commit 068cd7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/yup_core/files/yup_RangedDirectoryIterator.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ YUP_BEGIN_IGNORE_DEPRECATION_WARNINGS
4848
4949
@tags{Core}
5050
*/
51-
class DirectoryEntry final
51+
class YUP_API DirectoryEntry final
5252
{
5353
public:
5454
/** The path to a file or folder. */
@@ -112,7 +112,7 @@ inline const DirectoryEntry& operator* (const DirectoryEntry& e) noexcept { retu
112112
113113
@tags{Core}
114114
*/
115-
class RangedDirectoryIterator final
115+
class YUP_API RangedDirectoryIterator final
116116
{
117117
public:
118118
using difference_type = std::ptrdiff_t;

0 commit comments

Comments
 (0)