Replaced an errant Glib::ustring with std::string
This commit is contained in:
parent
5eadcfb56a
commit
f18c039074
1 changed files with 2 additions and 2 deletions
|
|
@ -75,7 +75,7 @@ Track::print_branch()
|
|||
string
|
||||
Track::print_branch_recursive(const unsigned int indentation)
|
||||
{
|
||||
Glib::ustring str;
|
||||
string str;
|
||||
|
||||
for(unsigned int i = 0; i < indentation; i++)
|
||||
str += " ";
|
||||
|
|
|
|||
Loading…
Reference in a new issue