summaryrefslogtreecommitdiffstats
path: root/src/PatchageCanvas.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-03-19 14:11:08 +0000
committerDavid Robillard <d@drobilla.net>2008-03-19 14:11:08 +0000
commitc0debcf79687c0c9c2dc8b3cd2d603878e9a1447 (patch)
treeb1c7958a668ea465b5f9294968536b5c502c82f3 /src/PatchageCanvas.cpp
parent1297842468ec49ed1a7fb3155347f11c4b65f1c4 (diff)
downloadpatchage-c0debcf79687c0c9c2dc8b3cd2d603878e9a1447.tar.gz
patchage-c0debcf79687c0c9c2dc8b3cd2d603878e9a1447.tar.bz2
patchage-c0debcf79687c0c9c2dc8b3cd2d603878e9a1447.zip
Fix building w/o Alsa.
git-svn-id: http://svn.drobilla.net/lad/patchage@1173 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/PatchageCanvas.cpp')
-rw-r--r--src/PatchageCanvas.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PatchageCanvas.cpp b/src/PatchageCanvas.cpp
index b2b2858..f2cce36 100644
--- a/src/PatchageCanvas.cpp
+++ b/src/PatchageCanvas.cpp
@@ -123,10 +123,10 @@ PatchageCanvas::find_port(const PatchageEvent::PortRef& ref)
}
}
}
+#endif // HAVE_ALSA
default:
break;
}
-#endif // HAVE_ALSA
return boost::shared_ptr<PatchagePort>();
}