-rw-r--r-- | core/settings/citytime/stylusnormalizer.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/settings/citytime/stylusnormalizer.cpp b/core/settings/citytime/stylusnormalizer.cpp index 62de28b..c6c65d2 100644 --- a/core/settings/citytime/stylusnormalizer.cpp +++ b/core/settings/citytime/stylusnormalizer.cpp | |||
@@ -94,5 +94,6 @@ void StylusNormalizer::start( void ) | |||
94 | void StylusNormalizer::stop( void ) | 94 | void StylusNormalizer::stop( void ) |
95 | { | 95 | { |
96 | _tExpire->stop(); | 96 | _tExpire->stop(); |
97 | bFirst = true; | 97 | bFirst = true; |
98 | } \ No newline at end of file | 98 | } |
99 | |||