Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Default argument value should only be set in declaration, not in defi…
…nition
  • Loading branch information
AMDmi3 committed May 11, 2014
1 parent d2ee251 commit 7ddb2fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/overpass_api/data/collect_members.h
Expand Up @@ -506,7 +506,7 @@ vector< Node::Id_Type > relation_node_member_ids
(Resource_Manager& rman,
const map< Uint31_Index, vector< Relation_Skeleton > >& rels,
const map< Uint31_Index, vector< Attic< Relation_Skeleton > > >& attic_rels,
const uint32* role_id = 0)
const uint32* role_id)
{
vector< Node::Id_Type > ids = relation_node_member_ids(rman, rels, role_id);
if (role_id)
Expand Down

0 comments on commit 7ddb2fe

Please sign in to comment.