summaryrefslogtreecommitdiff
path: root/recording.h
diff options
context:
space:
mode:
authorTimo Eskola <timo@tolleri.net>2018-10-02 11:02:10 +0300
committerTimo Eskola <timo@tolleri.net>2018-10-02 11:02:10 +0300
commit68739fd72beb9745b3e47b9e466311ef23a8ca97 (patch)
tree8ee07082c71e6fbcbde9e3f715e5ef2f720748d5 /recording.h
parenteb2e8591e2e79ac456f0edabda644586ad6a520b (diff)
downloadvdr-plugin-duplicates-vdr2.4.0.tar.gz
vdr-plugin-duplicates-vdr2.4.0.tar.bz2
Fixed header row when after deleting or hiding recordings.HEADvdr2.4.0master
Diffstat (limited to 'recording.h')
-rw-r--r--recording.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/recording.h b/recording.h
index 18a666f..e473cd5 100644
--- a/recording.h
+++ b/recording.h
@@ -29,7 +29,7 @@ public:
cDuplicateRecording(const cRecording *Recording);
cDuplicateRecording(const cDuplicateRecording &DuplicateRecording);
~cDuplicateRecording();
- bool HasDescription(void) const { return ! description.empty(); }
+ bool HasDescription(void) const;
bool IsDuplicate(cDuplicateRecording *DuplicateRecording);
void SetChecked(bool chkd = true) { checked = chkd; }
bool Checked() { return checked; }