From bb26c040530f4ea212e17716702963a88165a3b0 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 17 Apr 2010 23:19:52 +0000 Subject: Fixing some warnings (with gcc 3.3.6) svn-id: r48694 --- sound/softsynth/opl/dbopl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sound/softsynth') diff --git a/sound/softsynth/opl/dbopl.cpp b/sound/softsynth/opl/dbopl.cpp index fffa33fe60..db07eaf8cc 100644 --- a/sound/softsynth/opl/dbopl.cpp +++ b/sound/softsynth/opl/dbopl.cpp @@ -586,7 +586,7 @@ INLINE Bits Operator::GetWave( Bitu index, Bitu vol ) { #endif } -Bits INLINE Operator::GetSample( Bits modulation ) { +INLINE Bits Operator::GetSample( Bits modulation ) { Bitu vol = ForwardVolume(); if ( ENV_SILENT( vol ) ) { //Simply forward the wave -- cgit v1.2.3