make work with newer AsciiFormatter.

This commit is contained in:
Bernhard Amann 2013-03-11 12:01:49 -07:00
parent 8cb91de93a
commit 5d12765886
4 changed files with 19 additions and 13 deletions

View file

@ -12,7 +12,7 @@
#include "../WriterBackend.h"
#include "sqlite3.h"
#include "../../threading/AsciiInputOutput.h"
#include "../../threading/AsciiFormatter.h"
namespace logging { namespace writer {
@ -50,7 +50,7 @@ private:
string unset_field;
string empty_field;
AsciiInputOutput* io;
AsciiFormatter* io;
};
}