diff options
author | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2019-07-04 12:38:47 +0200 |
---|---|---|
committer | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2019-07-04 12:38:47 +0200 |
commit | cf171d8732e18a6889188e2ad25b392500cb6e88 (patch) | |
tree | 705a35c41f024d31d1ef7dc42add494caa2e29fe /searchtimer.h | |
parent | d666b8701e003d24d1ea7fbd4bd7202b5ba9cee6 (diff) | |
download | vdr-plugin-tvguide-cf171d8732e18a6889188e2ad25b392500cb6e88.tar.gz vdr-plugin-tvguide-cf171d8732e18a6889188e2ad25b392500cb6e88.tar.bz2 |
Cosmetic Changes
Diffstat (limited to 'searchtimer.h')
-rw-r--r-- | searchtimer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searchtimer.h b/searchtimer.h index 2bca222..2494996 100644 --- a/searchtimer.h +++ b/searchtimer.h @@ -83,7 +83,7 @@ public: bool UseInFavorites(void) { return useInFavorites; };
//SETTER
void SetSearchString(std::string searchString) { this->searchString = searchString; };
- void SetSearchMode(int searchMode) { mode = searchMode; };
+ void SetSearchMode(int mode) { this->mode = mode; };
void SetFuzzyTolerance(int fuzzyTolerance) { this->fuzzyTolerance = fuzzyTolerance; };
void SetUseCase(bool useCase) { this->useCase = useCase; };
void SetUseTitle(bool useTitle) { this->useTitle = useTitle; };
|