Skip to content

Commit

Permalink
Fix compile warning caused by weird global function 'text()'
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkOates committed May 22, 2016
1 parent c1fa1f7 commit a56ff0f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/gui/ex_function_parser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ class FuncArgs



return_text << text << "\n";
std::vector<std::size_t> positions = traverse_and_mark_strings(line);
return_text << get_marked_string(positions) << "\n";
std::string supplanted_string = supplant_strings(line, positions);
Expand Down

0 comments on commit a56ff0f

Please sign in to comment.