[mythtv-commits] [MythTV/mythtv] e5e854: Fix typo in commercial flagging SLOT function name
kmdewaal
noreply at github.com
Fri Aug 16 21:46:05 UTC 2019
Branch: refs/heads/master
Home: https://github.com/MythTV/mythtv
Commit: e5e8548a3c21602a479548fa17635d7eb699b7f9
https://github.com/MythTV/mythtv/commit/e5e8548a3c21602a479548fa17635d7eb699b7f9
Author: Klaas de Waal <kdewaal at mythtv.org>
Date: 2019-08-16 (Fri, 16 Aug 2019)
Changed paths:
M mythtv/programs/mythcommflag/ClassicCommDetector.cpp
Log Message:
-----------
Fix typo in commercial flagging SLOT function name
Function sceneChangeDetectorHasNewInformation had accidentally
received a m_ prefix in one place. The m_ prefix is used for
class members such as int's but not for functions.
More information about the mythtv-commits
mailing list