fix bug in route add akku menu begin with akkuread
This commit is contained in:
@@ -49,8 +49,8 @@ class Route {
|
||||
uint16_t currentPoint = 0;
|
||||
|
||||
std::list<Point> points;
|
||||
std::list<Point>::iterator* it;
|
||||
std::list<Point>::iterator it;
|
||||
|
||||
};
|
||||
|
||||
#endif // ROUTE_H
|
||||
#endif // ROUTE_H
|
||||
|
||||
Reference in New Issue
Block a user