Skip to content

Commit

Permalink
fix compilation after c38a55e
Browse files Browse the repository at this point in the history
  • Loading branch information
Montellese committed Sep 8, 2012
1 parent 6584652 commit 231d8e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbmc/storage/MediaManager.cpp
Expand Up @@ -377,7 +377,7 @@ bool CMediaManager::IsAudio(const CStdString& devicePath)
bool CMediaManager::HasOpticalDrive()
{
#ifdef HAS_DVD_DRIVE
if (!strFirstAvailDrive.IsEmpty())
if (!m_strFirstAvailDrive.IsEmpty())
return true;
#endif
return false;
Expand Down

0 comments on commit 231d8e0

Please sign in to comment.