Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Commit

Permalink
Compilation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg68 committed May 5, 2021
1 parent 95263e6 commit 81ad400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/grandorgue/GOrgueSound.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ void GOrgueSound::CloseSound()
{
if (m_AudioOutputs[i].port)
{
const GOrgueSoundPort* port = m_AudioOutputs[i].port;
GOrgueSoundPort* const port = m_AudioOutputs[i].port;

m_AudioOutputs[i].port = NULL;
port->Close();
Expand Down

0 comments on commit 81ad400

Please sign in to comment.