Android: Silence some more warnings.

This commit is contained in:
Rohit Nirmal
2014-09-22 17:45:42 -04:00
parent 7f1185b941
commit 3168361e32
3 changed files with 7 additions and 7 deletions

View File

@ -58,7 +58,7 @@ namespace ButtonManager
TRIGGER_R
};
void AddBind(std::string dev, sBind *bind)
static void AddBind(std::string dev, sBind *bind)
{
auto it = m_controllers.find(dev);
if (it != m_controllers.end())