Skip to content

Commit

Permalink
[fix] AirTunesServer changed to comply with the new CThread construct…
Browse files Browse the repository at this point in the history
…or requirements.
  • Loading branch information
Jim Carroll committed May 1, 2012
1 parent 691095a commit c9afa37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbmc/network/AirTunesServer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ void CAirTunesServer::StopServer(bool bWait)
}
}

CAirTunesServer::CAirTunesServer(int port, bool nonlocal)
CAirTunesServer::CAirTunesServer(int port, bool nonlocal) : CThread("AirTunesServer")
{
m_port = port;
m_pLibShairport = new DllLibShairport();
Expand Down

0 comments on commit c9afa37

Please sign in to comment.