Skip to content

Commit 1cbd1e7

Browse files
committed
fix Windows build after merge
1 parent b02dda3 commit 1cbd1e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xrCore/LocatorAPI.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ class XRCORE_API CLocatorAPI : Noncopyable
9999
shared_str path;
100100
#if defined(WINDOWS)
101101
void *hSrcFile = nullptr;
102-
void *hSrcMap = nullptr
102+
void *hSrcMap = nullptr;
103103
#elif defined(LINUX)
104104
int hSrcFile = 0;
105105
#endif

0 commit comments

Comments
 (0)