summaryrefslogtreecommitdiffstats
path: root/src/LashDriver.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/LashDriver.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/LashDriver.hpp')
-rw-r--r--src/LashDriver.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/LashDriver.hpp b/src/LashDriver.hpp
index 225c72f..4cca58d 100644
--- a/src/LashDriver.hpp
+++ b/src/LashDriver.hpp
@@ -24,8 +24,7 @@
class Patchage;
-class LashDriver : public Driver
-{
+class LashDriver : public Driver {
public:
LashDriver(Patchage* app, int argc, char** argv);
~LashDriver();