diff options
Diffstat (limited to 'Applications')
-rw-r--r-- | Applications/Piano/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Applications/Piano/main.cpp b/Applications/Piano/main.cpp index 029cfbb2b4..73a5f78a58 100644 --- a/Applications/Piano/main.cpp +++ b/Applications/Piano/main.cpp @@ -9,8 +9,8 @@ int main(int argc, char** argv) { - AClientConnection audio_connection; GApplication app(argc, argv); + AClientConnection audio_connection; auto* window = new GWindow; window->set_title("Piano"); |