Skip to content
Snippets Groups Projects
Commit fb906bb5 authored by andreas's avatar andreas
Browse files

changed InfoGroup wrapper to allow string as InfoPath for Remove

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2599 5a81b35b-ba03-0410-adc8-b2c5c5119f08
parent d1c2735e
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ void info_group_apply2b(InfoGroup* g, InfoConstVisitor& v, bool b)
g->Apply(v,b);
}
void info_group_remove1(InfoGroup* g, InfoPath& path )
void info_group_remove1(InfoGroup* g, const String& path )
{
g->Remove(path);
}
......@@ -72,7 +72,7 @@ void info_group_remove2(InfoGroup* g, InfoGroup& group )
{
g->Remove(group);
}
void info_group_remove3(InfoGroup* g, InfoPath& path, bool use_defaults )
void info_group_remove3(InfoGroup* g, const String& path, bool use_defaults )
{
g->Remove(path,use_defaults);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment