Fix new FileStore to correctly initialize the first item
This commit is contained in:
2
deps/ox/src/ox/trace/trace.hpp
vendored
2
deps/ox/src/ox/trace/trace.hpp
vendored
@@ -93,4 +93,4 @@ class NullStream {
|
||||
|
||||
}
|
||||
|
||||
#define oxTrace(ch) ox::trace::StdOutStream(__FILE__, __LINE__, ch)
|
||||
#define oxTrace(ch) ox::trace::NullStream(__FILE__, __LINE__, ch)
|
||||
|
Reference in New Issue
Block a user