mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 07:04:42 +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;};
|
int getSamples() {return sampleCount;};
|
||||||
private:
|
private:
|
||||||
float * data;
|
float * data;
|
||||||
int sampleCount = 0;
|
int sampleCount;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue