Skip to content
Snippets Groups Projects
Commit bcffa2a5 authored by Stephane Poirier's avatar Stephane Poirier
Browse files

[Tracehelper] removed YAT_DECL causing compilation failure when...

[Tracehelper] removed YAT_DECL causing compilation failure when YAT_ENABLE_TRACE and YAT_ENABLE_LOG was set
parent 563ab748
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@
# if defined (YAT_ENABLE_TRACE)
namespace yat
{
class YAT_DECL TraceHelper
class TraceHelper
{
public:
TraceHelper(const char* _func_name, const void * _this = 0 )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment