summaryrefslogtreecommitdiff
path: root/Applications/SoundPlayer
diff options
context:
space:
mode:
authorBen Wiederhake <BenWiederhake.GitHub@gmx.de>2020-09-18 09:49:51 +0200
committerAndreas Kling <kling@serenityos.org>2020-09-25 21:18:17 +0200
commit9ef1461ec9c59b2b37d358c277dc551adcff9432 (patch)
tree54f3abfe4f6f0ee16f45b9e02df9ee1f4363d6ad /Applications/SoundPlayer
parent8940bc3503099c0b8b14a02ec1e7e88663f3568a (diff)
downloadserenity-9ef1461ec9c59b2b37d358c277dc551adcff9432.zip
Meta+Applications: Make clang-format-10 clean
Diffstat (limited to 'Applications/SoundPlayer')
-rw-r--r--Applications/SoundPlayer/SampleWidget.h1
-rw-r--r--Applications/SoundPlayer/main.cpp2
2 files changed, 2 insertions, 1 deletions
diff --git a/Applications/SoundPlayer/SampleWidget.h b/Applications/SoundPlayer/SampleWidget.h
index 04aeb34ba1..7da9c20b38 100644
--- a/Applications/SoundPlayer/SampleWidget.h
+++ b/Applications/SoundPlayer/SampleWidget.h
@@ -38,6 +38,7 @@ public:
virtual ~SampleWidget() override;
void set_buffer(Audio::Buffer*);
+
private:
SampleWidget();
virtual void paint_event(GUI::PaintEvent&) override;
diff --git a/Applications/SoundPlayer/main.cpp b/Applications/SoundPlayer/main.cpp
index 66fab01b71..63b71f81cb 100644
--- a/Applications/SoundPlayer/main.cpp
+++ b/Applications/SoundPlayer/main.cpp
@@ -26,7 +26,6 @@
#include "SoundPlayerWidget.h"
#include <LibAudio/ClientConnection.h>
-#include <LibGfx/CharacterBitmap.h>
#include <LibGUI/AboutDialog.h>
#include <LibGUI/Action.h>
#include <LibGUI/Application.h>
@@ -34,6 +33,7 @@
#include <LibGUI/Menu.h>
#include <LibGUI/MenuBar.h>
#include <LibGUI/Window.h>
+#include <LibGfx/CharacterBitmap.h>
#include <stdio.h>
int main(int argc, char** argv)