initilize variable in log_filter

This commit is contained in:
Andre Puschmann 2018-02-21 13:18:38 +01:00
parent 507ce037bf
commit 2c85da3e4b
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ log_filter::log_filter()
do_tti = false;
time_src = NULL;
time_format = TIME;
logger_h = NULL;
}
log_filter::log_filter(std::string layer)