Merge branch 'dev' of git@github.com:dacap/aseprite.git into dev

This commit is contained in:
David Capello 2012-09-26 18:35:12 -03:00
commit 7595227166

View File

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