1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Fixing some of the copy-paste errors

This commit is contained in:
Andrey Voroshilov
2020-07-12 10:12:50 -07:00
parent 3ae84647c4
commit 4c397ebe1e
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -41,7 +41,7 @@
namespace tracy
{
#if defined(TRACY_DELAYED_INIT) && defined(TRACY_NONSTATIC_PROFILER)
#if defined(TRACY_DELAYED_INIT) && defined(TRACY_MANUAL_LIFETIME)
void StartupProfiler();
void ShutdownProfiler();
#endif