Commit 86da7a7d authored by Alexander Lapshin's avatar Alexander Lapshin

compile warnings fix

parent 1dc2195c
...@@ -163,7 +163,8 @@ public: ...@@ -163,7 +163,8 @@ public:
bool Init(ICASpaceObject& ko) bool Init(ICASpaceObject& ko)
{ {
Ko = &ko; Ko = &ko;
}; return true;
}
// Методы для быстрого приближенного прогнозирования // Методы для быстрого приближенного прогнозирования
// Установка опорного узла // Установка опорного узла
......
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