Skip to content
Snippets Groups Projects
Commit 7b11e4f9 authored by Francois Bleibel's avatar Francois Bleibel
Browse files

Namespace missing.

parent 50dc0f84
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@
#include <sot-core/debug.h>
class sotSOTQr__INIT
{
public:sotSOTQr__INIT( void ) { DebugTrace::openFile(); }
public:sotSOTQr__INIT( void ) { sot::DebugTrace::openFile(); }
};
sotSOTQr__INIT sotSOTQr_initiator;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment