Index: Source/core/platform/audio/Panner.h |
diff --git a/Source/core/platform/audio/Panner.h b/Source/core/platform/audio/Panner.h |
index a7b3bc472cab3745b4301c1b8629126bf3d2d6a1..d6eac042049d1ba62c47557c3c23f119bf6b403b 100644 |
--- a/Source/core/platform/audio/Panner.h |
+++ b/Source/core/platform/audio/Panner.h |
@@ -45,7 +45,7 @@ public: |
PanningModelHRTF = 1, |
PanningModelSoundField = 2 |
}; |
- |
+ |
typedef unsigned PanningModel; |
static PassOwnPtr<Panner> create(PanningModel, float sampleRate, HRTFDatabaseLoader*); |