diff options
Diffstat (limited to 'src/app/fht.cpp')
-rw-r--r-- | src/app/fht.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/app/fht.cpp b/src/app/fht.cpp index 4d03851..f678bee 100644 --- a/src/app/fht.cpp +++ b/src/app/fht.cpp @@ -24,9 +24,9 @@ FHT::FHT(int n) : - m_buf(0), - m_tab(0), - m_log(0) + m_buf(nullptr), + m_tab(nullptr), + m_log(nullptr) { if (n < 3) { m_num = 0; |