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

Fixed missing initialization

parent a24f618d
No related branches found
No related tags found
No related merge requests found
...@@ -222,6 +222,7 @@ event_table::event_table(Tango::DeviceImpl *s):Tango::LogAdapter(s) ...@@ -222,6 +222,7 @@ event_table::event_table(Tango::DeviceImpl *s):Tango::LogAdapter(s)
{ {
mydev = s; mydev = s;
stop_it = false; stop_it = false;
action = NOTHING;
} }
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