mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-27 21:19:18 +00:00
Fix compilation error in the dummy implementation of SystemConsole.
This commit is contained in:
parent
0496f38ed3
commit
4ea2c69dae
@ -87,7 +87,7 @@ namespace base {
|
||||
|
||||
SystemConsole::SystemConsole() { }
|
||||
SystemConsole::~SystemConsole() { }
|
||||
void SystemConsole::prepareShell()() { }
|
||||
void SystemConsole::prepareShell() { }
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user