C++11 compatibility fixes.

This commit is contained in:
rakshasa
2014-05-13 23:36:37 +09:00
parent e42ec54920
commit 3b39f37f49
77 changed files with 886 additions and 803 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ namespace input {
class TextInput : private std::string {
public:
typedef std::string Base;
typedef std::tr1::function<void ()> slot_void;
typedef std::function<void ()> slot_void;
using Base::c_str;
using Base::empty;