Fixed linux compilation.

This commit is contained in:
hiker 2016-07-22 11:50:41 +10:00
parent 78fa5f08b6
commit 2654705da1

View File

@ -86,7 +86,7 @@ private:
{ return false; }
// ------------------------------------------------------------------------
virtual const bool differentNodeColor(int n, NodeColor* c) const;
void BattleGraph::computeDijkstra(int n);
void computeDijkstra(int n);
public:
static const int UNKNOWN_POLY;