Merge pull request #5039 from CEikermann/patch-1
[vuplus_xbmc] / xbmc / GUIInfoManager.h
index 1c1e34c..ce9a32b 100644 (file)
@@ -497,8 +497,8 @@ namespace INFO
 #define CONTROL_HAS_FOCUS           30000
 
 #define VERSION_MAJOR               13
-#define VERSION_MINOR               0
-#define VERSION_TAG                 "-ALPHA11"
+#define VERSION_MINOR               2
+#define VERSION_TAG                 "-BETA1"
 
 #define LISTITEM_START              35000
 #define LISTITEM_THUMB              (LISTITEM_START)
@@ -758,7 +758,7 @@ public:
   // Current song stuff
   /// \brief Retrieves tag info (if necessary) and fills in our current song path.
   void SetCurrentSong(CFileItem &item);
-  void SetCurrentAlbumThumb(const CStdString thumbFileName);
+  void SetCurrentAlbumThumb(const CStdString &thumbFileName);
   void SetCurrentMovie(CFileItem &item);
   void SetCurrentSlide(CFileItem &item);
   const CFileItem &GetCurrentSlide() const;