diff options
Diffstat (limited to 'utils/themeeditor/graphics/rbviewport.h')
-rw-r--r-- | utils/themeeditor/graphics/rbviewport.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/themeeditor/graphics/rbviewport.h b/utils/themeeditor/graphics/rbviewport.h index cc47e41666..8e17ac15de 100644 --- a/utils/themeeditor/graphics/rbviewport.h +++ b/utils/themeeditor/graphics/rbviewport.h | |||
@@ -78,8 +78,8 @@ public: | |||
78 | 78 | ||
79 | void enableStatusBar(){ showStatusBar = true; } | 79 | void enableStatusBar(){ showStatusBar = true; } |
80 | 80 | ||
81 | void showPlaylist(const RBRenderInfo& info, int start, skin_element* id3, | 81 | void showPlaylist(const RBRenderInfo& info, int start, |
82 | skin_element* noId3); | 82 | ParseTreeNode* lines); |
83 | 83 | ||
84 | void makeFullScreen(); | 84 | void makeFullScreen(); |
85 | 85 | ||