From f088e34890207dc291653f2fdd6a124cc40c7f5e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 10 Aug 2012 23:09:54 +0000 Subject: Fix a ton of warnings. git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@4648 a436a847-0d15-0410-975c-d299462d15a1 --- src/PatchageEvent.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/PatchageEvent.cpp') diff --git a/src/PatchageEvent.cpp b/src/PatchageEvent.cpp index 130f032..bfffa3e 100644 --- a/src/PatchageEvent.cpp +++ b/src/PatchageEvent.cpp @@ -23,12 +23,12 @@ #include "PatchageEvent.hpp" #include "Driver.hpp" #if defined(HAVE_JACK_DBUS) - #include "JackDbusDriver.hpp" +# include "JackDbusDriver.hpp" #elif defined(PATCHAGE_LIBJACK) - #include "JackDriver.hpp" +# include "JackDriver.hpp" #endif #ifdef HAVE_ALSA - #include "AlsaDriver.hpp" +# include "AlsaDriver.hpp" #endif using std::endl; -- cgit v1.2.1