mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 16:33:56 +02:00
don't initialize samplecount in header
This commit is contained in:
parent
a4fb6e01aa
commit
c575974060
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ public:
|
|||
int getSamples() {return sampleCount;};
|
||||
private:
|
||||
float * data;
|
||||
int sampleCount = 0;
|
||||
int sampleCount;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue