Permalink
Browse files
Make it compile with clang again
- Loading branch information
Showing
with
2 additions
and
3 deletions.
-
+0
−1
a_filter.h
-
+2
−2
c_console.h
|
@@ -115,7 +115,6 @@ struct BQRFilter final : Filter { |
|
|
float m_sampleRate; |
|
|
float m_frequency; |
|
|
float m_resonance; |
|
|
float m_wetSignal; |
|
|
}; |
|
|
|
|
|
// check docs/AUDIO.md for explanation of how this does what it does |
|
|
|
@@ -10,6 +10,8 @@ |
|
|
namespace c { |
|
|
|
|
|
struct Console { |
|
|
typedef u::map<u::string, Reference> Map; |
|
|
|
|
|
enum { |
|
|
kVarSuccess = 1, |
|
|
kVarRangeError, |
|
@@ -46,8 +48,6 @@ struct Console { |
|
|
static u::vector<u::string> suggestions(const u::string &prefix); |
|
|
|
|
|
private: |
|
|
typedef u::map<u::string, Reference> Map; |
|
|
|
|
|
friend struct Config; |
|
|
friend struct Reference; |
|
|
|
|
|
0 comments on commit
c98c418