summaryrefslogtreecommitdiff
path: root/src/audio.h
diff options
context:
space:
mode:
authorChristian Glöckner <cgloeckner@freenet.de>2016-03-29 10:50:36 +0200
committerAndré Nusser <andre.nusser@googlemail.com>2016-03-31 17:35:47 +0200
commitc860412cddfb96004ded3bc0055c16308b5bc168 (patch)
tree84f55fd4bb8bf31a9d00e0df50f24a8ac09fefd6 /src/audio.h
parent90cf32becc608fdd1a5e9bf815e040d7fb71b819 (diff)
made API of AudioCache's getters more consistent
Diffstat (limited to 'src/audio.h')
-rw-r--r--src/audio.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/audio.h b/src/audio.h
index a5ef06d..d022147 100644
--- a/src/audio.h
+++ b/src/audio.h
@@ -24,9 +24,6 @@
* along with DrumGizmo; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
*/
-#ifndef __DRUMGIZMO_AUDIO_H__
-#define __DRUMGIZMO_AUDIO_H__
+#pragma once
#include <audiotypes.h>
-
-#endif/*__DRUMGIZMO_AUDIO_H__*/