Fix compilation error in the dummy implementation of SystemConsole.

This commit is contained in:
David Capello 2012-09-26 17:26:41 -03:00
parent 0496f38ed3
commit 4ea2c69dae

View File

@ -87,7 +87,7 @@ namespace base {
SystemConsole::SystemConsole() { }
SystemConsole::~SystemConsole() { }
void SystemConsole::prepareShell()() { }
void SystemConsole::prepareShell() { }
}