summaryrefslogtreecommitdiff
path: root/tools.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools.h')
-rw-r--r--tools.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools.h b/tools.h
index 189d312..b075b64 100644
--- a/tools.h
+++ b/tools.h
@@ -33,7 +33,10 @@ class myRecListItem:public cListObject
private:
static bool SortByName;
char *filename;
+ mutable char *sortBufferName;
+ mutable char *sortBufferTime;
static char *StripEpisodeName(char *s);
+ char *SortName(void) const;
public:
myRecListItem(cRecording *Recording);
~myRecListItem();