From a56ff0f3b6321a5504659a022b99d454d101e71e Mon Sep 17 00:00:00 2001 From: Mark Oates Date: Sun, 22 May 2016 07:27:30 -0400 Subject: [PATCH] Fix compile warning caused by weird global function 'text()' --- examples/gui/ex_function_parser.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/gui/ex_function_parser.cpp b/examples/gui/ex_function_parser.cpp index b9a852756..13c949307 100644 --- a/examples/gui/ex_function_parser.cpp +++ b/examples/gui/ex_function_parser.cpp @@ -219,7 +219,6 @@ class FuncArgs - return_text << text << "\n"; std::vector positions = traverse_and_mark_strings(line); return_text << get_marked_string(positions) << "\n"; std::string supplanted_string = supplant_strings(line, positions);