small fixes
This commit is contained in:
parent
4a86ccda4f
commit
aa036a08e3
2 changed files with 2 additions and 3 deletions
|
@ -51,7 +51,7 @@ LED bar: lbr
|
|||
#define GLOBAL_H__3B123453_4344_BB2B_23E7A0D31912__INCLUDED_
|
||||
|
||||
#if _WIN32
|
||||
#define _CRT_SECURE_NO_WARNINGS
|
||||
# define _CRT_SECURE_NO_WARNINGS
|
||||
#endif
|
||||
|
||||
#include <QString>
|
||||
|
|
|
@ -42,7 +42,6 @@
|
|||
#include "serverlist.h"
|
||||
|
||||
#include "recorder/jamrecorder.h"
|
||||
using recorder::CJamRecorder;
|
||||
|
||||
|
||||
/* Definitions ****************************************************************/
|
||||
|
@ -252,7 +251,7 @@ protected:
|
|||
CServerLogging Logging;
|
||||
|
||||
// recording thread
|
||||
CJamRecorder JamRecorder;
|
||||
recorder::CJamRecorder JamRecorder;
|
||||
bool bEnableRecording;
|
||||
|
||||
// HTML file server status
|
||||
|
|
Loading…
Reference in a new issue