Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/audio/pcm.cc')
-rw-r--r--src/audio/pcm.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/audio/pcm.cc b/src/audio/pcm.cc
index 7a3f767..dacb23c 100644
--- a/src/audio/pcm.cc
+++ b/src/audio/pcm.cc
@@ -10,7 +10,8 @@
#include "audio/pcm.h"
#include "audio/wav.h"
-namespace audio {
+namespace audio
+{
PCM::PCM(unsigned int samplerate, unsigned int bitspersample, unsigned int channels, size_t size)
{