aboutsummaryrefslogtreecommitdiff
path: root/xbmc/FileItem.h
diff options
context:
space:
mode:
Diffstat (limited to 'xbmc/FileItem.h')
-rw-r--r--xbmc/FileItem.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/xbmc/FileItem.h b/xbmc/FileItem.h
index 473c11c9d7..db0e8ed4be 100644
--- a/xbmc/FileItem.h
+++ b/xbmc/FileItem.h
@@ -142,6 +142,8 @@ public:
const std::string &GetDynPath() const;
void SetDynPath(const std::string &path);
+ std::string GetBlurayPath() const;
+
/*! \brief reset class to it's default values as per construction.
Free's all allocated memory.
\sa Initialize