debug switch build fix
This commit is contained in:
parent
5e436e91dc
commit
622eb7089c
|
@ -27,7 +27,8 @@
|
||||||
|
|
||||||
namespace finalcut
|
namespace finalcut
|
||||||
{
|
{
|
||||||
|
|
||||||
|
#if DEBUG
|
||||||
// static class attributes
|
// static class attributes
|
||||||
FTermData* FTermDebugData::data = nullptr;
|
FTermData* FTermDebugData::data = nullptr;
|
||||||
FTermDetection* FTermDebugData::term_detection = nullptr;
|
FTermDetection* FTermDebugData::term_detection = nullptr;
|
||||||
|
@ -43,6 +44,7 @@ void FTermDebugData::init()
|
||||||
data = FTerm::getFTermData();
|
data = FTerm::getFTermData();
|
||||||
term_detection = FTerm::getFTermDetection();
|
term_detection = FTerm::getFTermDetection();
|
||||||
}
|
}
|
||||||
|
#endif // DEBUG
|
||||||
|
|
||||||
} // namespace finalcut
|
} // namespace finalcut
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue