Skip to content

Commit 8560904

Browse files
Kaffeinenitrocaster
authored andcommitted
xrCore/Threading/Lock.hpp: Fixed warning on weird symbol.
How this happend?
1 parent 0a8247b commit 8560904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xrCore/Threading/Lock.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include <mutex>
55
#include <atomic>
66

7-
#ifdef CONFIG_PROFILE_LOCKS.
7+
#ifdef CONFIG_PROFILE_LOCKS
88
typedef void(*add_profile_portion_callback) (LPCSTR id, const u64& time);
99
void XRCORE_API set_add_profile_portion(add_profile_portion_callback callback);
1010

0 commit comments

Comments
 (0)