wip: private method naming conventions

This commit is contained in:
2023-09-10 01:28:48 +04:00
parent d7dd36ccd1
commit 3af5c344f2
10 changed files with 25 additions and 25 deletions

View File

@@ -3,7 +3,7 @@
class HighPassFilter : public Filter {
private:
void calculate_coefficients() override;
void CalculateCoefficients() override;
public:
HighPassFilter();