Skip to content

Commit

Permalink
xrCore/Threading/Lock.hpp: Fixed warning on weird symbol.
Browse files Browse the repository at this point in the history
How this happend?
  • Loading branch information
Kaffeine authored and nitrocaster committed Nov 10, 2015
1 parent 0a8247b commit 8560904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xrCore/Threading/Lock.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <mutex>
#include <atomic>

#ifdef CONFIG_PROFILE_LOCKS.
#ifdef CONFIG_PROFILE_LOCKS
typedef void(*add_profile_portion_callback) (LPCSTR id, const u64& time);
void XRCORE_API set_add_profile_portion(add_profile_portion_callback callback);

Expand Down

0 comments on commit 8560904

Please sign in to comment.