@@ -117,7 +117,7 @@ public:
*
* @param display true when virtual keyboard needs to be displayed and false otherwise.
*/
- static void displayKeyboard(bool display);
+ static void displayKeyboard(bool display);
static void touchEventInternal(Touch::TouchEvent evt, int x, int y, unsigned int contactIndex);
@@ -845,7 +845,7 @@ void Platform::swapBuffers()
[__view swapBuffers];
}
-void displayKeyboard(bool display)
+void Platform::displayKeyboard(bool display)
{
if(__view)