Fix new FileStore to correctly initialize the first item

This commit is contained in:
2018-03-14 00:39:08 -05:00
parent ccf308d022
commit 080ca9df86
4 changed files with 36 additions and 25 deletions

View File

@@ -93,4 +93,4 @@ class NullStream {
}
#define oxTrace(ch) ox::trace::StdOutStream(__FILE__, __LINE__, ch)
#define oxTrace(ch) ox::trace::NullStream(__FILE__, __LINE__, ch)