diff options
author | jmarshallnz <jmarshallnz@svn> | 2010-01-13 04:41:52 +0000 |
---|---|---|
committer | jmarshallnz <jmarshallnz@svn> | 2010-01-13 04:41:52 +0000 |
commit | a53a75102642e8f2281fdcaa377f4bfe304fe488 (patch) | |
tree | 974a1fb7421b3c6d574a45da4fee200ce3e85890 /guilib/GUIFadeLabelControl.h | |
parent | 63ca55f61745184de8e6bbf3f7de1c4d33535c87 (diff) |
fixed: Control.GetLabel didn't function for fadelabels
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@26741 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'guilib/GUIFadeLabelControl.h')
-rw-r--r-- | guilib/GUIFadeLabelControl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/guilib/GUIFadeLabelControl.h b/guilib/GUIFadeLabelControl.h index 009a576d27..062bfd6523 100644 --- a/guilib/GUIFadeLabelControl.h +++ b/guilib/GUIFadeLabelControl.h @@ -53,6 +53,7 @@ public: protected: virtual void UpdateColors(); + virtual CStdString GetDescription() const; void AddLabel(const std::string &label); /*! \brief retrieve the current label for display |