Skip to content
Snippets Groups Projects
Commit 888eb12f authored by Graziano Scalamera's avatar Graziano Scalamera
Browse files

fixed missing initialization

parent 788848c0
No related branches found
No related tags found
No related merge requests found
...@@ -221,6 +221,7 @@ void event_table::show(void) ...@@ -221,6 +221,7 @@ void event_table::show(void)
event_table::event_table(Tango::DeviceImpl *s):Tango::LogAdapter(s) event_table::event_table(Tango::DeviceImpl *s):Tango::LogAdapter(s)
{ {
mydev = s; mydev = s;
stop_it = false;
} }
unsigned int event_table::size(void) unsigned int event_table::size(void)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment