summaryrefslogtreecommitdiffstats
path: root/src/AlsaDriver.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-03-16 17:08:02 +0000
committerDavid Robillard <d@drobilla.net>2008-03-16 17:08:02 +0000
commitbd1705d2c595cd93d17f582171067cde162390d2 (patch)
tree1d246074bced07c9b1c0fe9b8eb8f054fa0c9882 /src/AlsaDriver.hpp
parent9b24c3ac59cd0a394672689aa82b6845628626cb (diff)
downloadpatchage-bd1705d2c595cd93d17f582171067cde162390d2.tar.gz
patchage-bd1705d2c595cd93d17f582171067cde162390d2.tar.bz2
patchage-bd1705d2c595cd93d17f582171067cde162390d2.zip
Fix inclusion guards.
git-svn-id: http://svn.drobilla.net/lad/patchage@1168 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/AlsaDriver.hpp')
-rw-r--r--src/AlsaDriver.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/AlsaDriver.hpp b/src/AlsaDriver.hpp
index 5f97d47..fb919eb 100644
--- a/src/AlsaDriver.hpp
+++ b/src/AlsaDriver.hpp
@@ -15,8 +15,8 @@
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
-#ifndef ALSADRIVER_H
-#define ALSADRIVER_H
+#ifndef PATCHAGE_ALSADRIVER_HPP
+#define PATCHAGE_ALSADRIVER_HPP
#include <iostream>
#include <alsa/asoundlib.h>
@@ -75,4 +75,4 @@ private:
pthread_t _refresh_thread;
};
-#endif // ALSADRIVER_H
+#endif // PATCHAGE_ALSADRIVER_HPP