Commit d9634c7d authored by Pavel Vainerman's avatar Pavel Vainerman Committed by Pavel Vainerman

(codegen): сделал функцию step() необязательной.

parent a7831ffc
......@@ -208,7 +208,7 @@
int resetMsgTime;
// Выполнение очередного шага программы
virtual void step()=0;
virtual void step(){}
int sleep_msec; /*!< пауза между итерациями */
bool active;
......
Markdown is supported
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