diff options
author | Timo Eskola <timo@tolleri.net> | 2018-10-02 11:02:10 +0300 |
---|---|---|
committer | Timo Eskola <timo@tolleri.net> | 2018-10-02 11:02:10 +0300 |
commit | 68739fd72beb9745b3e47b9e466311ef23a8ca97 (patch) | |
tree | 8ee07082c71e6fbcbde9e3f715e5ef2f720748d5 /recording.h | |
parent | eb2e8591e2e79ac456f0edabda644586ad6a520b (diff) | |
download | vdr-plugin-duplicates-vdr2.4.0.tar.gz vdr-plugin-duplicates-vdr2.4.0.tar.bz2 |
Diffstat (limited to 'recording.h')
-rw-r--r-- | recording.h | 2 |
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; } |