Fixes GCC 4.9's protected keywork issues

This commit is contained in:
Daniel J. Hofmann 2016-12-19 14:22:17 +01:00
parent b1f6797aab
commit 5ecd2e4c67

View File

@ -44,7 +44,8 @@ class BaseAPI
return waypoints;
}
protected:
// FIXME: gcc 4.9 does not like MakeWaypoints to be protected
// protected:
util::json::Object MakeWaypoint(const PhantomNode &phantom) const
{
if (parameters.generate_hints)