Fixed explicit making cppcheck fail and some lineendings
(cherry picked from commit 25178d9dcb)
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user