Suuports clang compiler
[anna.git] / source / test / Menu.cpp
index b02f48b..93dc6e3 100644 (file)
@@ -58,7 +58,7 @@ void test::Menu::paint () const
 {
    switch (a_status) {
       case 0:
-         cout << "Elija operaciรณn [+|-|*|/|q = quit]: " << flush;  
+         cout << "Elija operacion [+|-|*|/|q = quit]: " << flush;  
          break;
       case 1:
          cout << "Indique primer operador: " << flush;