aboutsummaryrefslogtreecommitdiffstats
path: root/src/PAPRStats.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/PAPRStats.h')
-rw-r--r--src/PAPRStats.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PAPRStats.h b/src/PAPRStats.h
index 9463a3d..92e5231 100644
--- a/src/PAPRStats.h
+++ b/src/PAPRStats.h
@@ -64,7 +64,7 @@ class PAPRStats
/* Returns PAPR in dB if enough blocks were processed, or
* 0 otherwise.
*/
- double calculate_papr(void);
+ double calculate_papr(void) const;
private:
size_t m_num_blocks_to_accumulate;