Converted sigc++ slots to std::tr1::function.

This commit is contained in:
rakshasa
2013-08-24 00:14:25 +09:00
parent 629ebcbd54
commit 529eda5aab
39 changed files with 267 additions and 290 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ TextInput::pressed(int key) {
}
}
m_slotDirty();
mark_dirty();
return true;
}