Fixes GCC 4.9's protected keywork issues
This commit is contained in:
parent
b1f6797aab
commit
5ecd2e4c67
@ -44,7 +44,8 @@ class BaseAPI
|
|||||||
return waypoints;
|
return waypoints;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected:
|
// FIXME: gcc 4.9 does not like MakeWaypoints to be protected
|
||||||
|
// protected:
|
||||||
util::json::Object MakeWaypoint(const PhantomNode &phantom) const
|
util::json::Object MakeWaypoint(const PhantomNode &phantom) const
|
||||||
{
|
{
|
||||||
if (parameters.generate_hints)
|
if (parameters.generate_hints)
|
||||||
|
Loading…
Reference in New Issue
Block a user