Fix compilation issue when enabling TTCN3

This commit is contained in:
Pedro Alvarez 2019-11-19 10:49:00 +00:00 committed by Andre Puschmann
parent d4fb4d8c86
commit c6ddada488
1 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ public:
pool(byte_buffer_pool::get_instance()), pool(byte_buffer_pool::get_instance()),
thread("TTCN3_SYSSIM"), thread("TTCN3_SYSSIM"),
rlc(&ss_rlc_log), rlc(&ss_rlc_log),
pdcp(&ss_pdcp_log){}; pdcp(&timers, &ss_pdcp_log){};
~ttcn3_syssim(){}; ~ttcn3_syssim(){};