Fixed explicit making cppcheck fail and some lineendings

(cherry picked from commit 25178d9dcb)
This commit is contained in:
Jan Möbius
2017-02-02 13:53:46 +01:00
parent 57bc372adc
commit fd5b60fcba
10 changed files with 315 additions and 315 deletions

View File

@@ -87,7 +87,7 @@ public:
*
* @param _notificationInterval Interval of decimation steps between notifications.
*/
Observer(size_t _notificationInterval);
explicit Observer(size_t _notificationInterval);
/// Destructor
virtual ~Observer();