Default weak hodnota v mTrace

This commit is contained in:
Pavel Brychta 2025-01-24 11:23:19 +01:00
parent 8a6c2946a4
commit d4f409cc9f

3
src/trace.cpp Normal file
View File

@ -0,0 +1,3 @@
#include "trace.h"
Trace * mTrace __attribute__((weak)) = nullptr;