aboutsummaryrefslogtreecommitdiff
path: root/xbmc/filesystem/VirtualDirectory.h
diff options
context:
space:
mode:
Diffstat (limited to 'xbmc/filesystem/VirtualDirectory.h')
-rw-r--r--xbmc/filesystem/VirtualDirectory.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/xbmc/filesystem/VirtualDirectory.h b/xbmc/filesystem/VirtualDirectory.h
index cd87635c73..9a1a8d8723 100644
--- a/xbmc/filesystem/VirtualDirectory.h
+++ b/xbmc/filesystem/VirtualDirectory.h
@@ -42,8 +42,8 @@ namespace XFILE
return m_vecSources.size();
}
- bool IsSource(const CStdString& strPath, VECSOURCES *sources = NULL, CStdString *name = NULL) const;
- bool IsInSource(const CStdString& strPath) const;
+ bool IsSource(const std::string& strPath, VECSOURCES *sources = NULL, std::string *name = NULL) const;
+ bool IsInSource(const std::string& strPath) const;
inline const CMediaSource& operator [](const int index) const
{