Minor adjustments to silence MSVC warnings

This commit is contained in:
Jack Andersen 2016-07-14 11:29:55 -10:00
parent 136e43dcfe
commit 02c1004d67
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
namespace boo
{
class IAudioSubmix;
struct IAudioSubmix;
enum class AudioChannelSet
{

View File

@ -15,7 +15,7 @@ namespace boo
{
class BaseAudioVoiceEngine;
struct AudioVoiceEngineMixInfo;
class IAudioSubmix;
struct IAudioSubmix;
class AudioVoice : public IAudioVoice
{