summaryrefslogtreecommitdiffstats
path: root/src/Patchage.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-01-02 04:14:26 +0000
committerDavid Robillard <d@drobilla.net>2008-01-02 04:14:26 +0000
commit119af67b5139e40eb3f21dde42882765e917efcb (patch)
treec538c7a53d6a32f89dec27663e202666139f1197 /src/Patchage.hpp
parent1c2a70154bc1f9070c1a2b9b3cf98f8d398ca215 (diff)
downloadpatchage-119af67b5139e40eb3f21dde42882765e917efcb.tar.gz
patchage-119af67b5139e40eb3f21dde42882765e917efcb.tar.bz2
patchage-119af67b5139e40eb3f21dde42882765e917efcb.zip
Minor Patchage code cleanups.
git-svn-id: http://svn.drobilla.net/lad/patchage@1001 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/Patchage.hpp')
-rw-r--r--src/Patchage.hpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Patchage.hpp b/src/Patchage.hpp
index 752510b..bbf6854 100644
--- a/src/Patchage.hpp
+++ b/src/Patchage.hpp
@@ -32,9 +32,7 @@ class LashDriver;
class StateManager;
class JackSettingsDialog;
-
-class Patchage
-{
+class Patchage {
public:
Patchage(int argc, char** argv);
~Patchage();