diff options
author | jmarshallnz <jmarshallnz@svn> | 2010-02-12 22:43:14 +0000 |
---|---|---|
committer | jmarshallnz <jmarshallnz@svn> | 2010-02-12 22:43:14 +0000 |
commit | ad0bbd838448034a03c11b32111cf6766ad2154e (patch) | |
tree | 20f82f410a703ae3e7370fe4c98eefb4e355a73a /guilib/GUIListItemLayout.h | |
parent | 15c326da074ecf62c7d54984b276329f176f3a70 (diff) |
refactor: factored out some more label code and cleaned up a bunch of mess. Skinners please check your skins for any oddness.
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27702 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'guilib/GUIListItemLayout.h')
-rw-r--r-- | guilib/GUIListItemLayout.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/guilib/GUIListItemLayout.h b/guilib/GUIListItemLayout.h index 2bea1afb9d..e7eeff6b2d 100644 --- a/guilib/GUIListItemLayout.h +++ b/guilib/GUIListItemLayout.h @@ -26,6 +26,7 @@ class CGUIListItem; class CFileItem; +class CLabelInfo; class CGUIListItemLayout { |