diff options
Diffstat (limited to 'src/plugins/Output/null/outputnull.h')
| -rw-r--r-- | src/plugins/Output/null/outputnull.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/Output/null/outputnull.h b/src/plugins/Output/null/outputnull.h index 26b461753..501917b9b 100644 --- a/src/plugins/Output/null/outputnull.h +++ b/src/plugins/Output/null/outputnull.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2010-2014 by Ilya Kotov * + * Copyright (C) 2010-2020 by Ilya Kotov * * forkotov02@ya.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -40,7 +40,7 @@ public: void reset() override; private: - qint64 m_bytes_per_second; + qint64 m_bytes_per_second = 0; }; |
