Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #725 from lioncash/unnecessary-param
AudioCommon: Remove an unnecessary parameter from the OpenALStream constructor
  • Loading branch information
lioncash committed Aug 4, 2014
2 parents 1515262 + 47847bc commit 847504f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/AudioCommon/OpenALStream.h
Expand Up @@ -45,7 +45,7 @@ class OpenALStream final : public SoundStream
{
#if defined HAVE_OPENAL && HAVE_OPENAL
public:
OpenALStream(CMixer *mixer, void *hWnd = nullptr)
OpenALStream(CMixer *mixer)
: SoundStream(mixer)
, uiSource(0)
{}
Expand Down

0 comments on commit 847504f

Please sign in to comment.