--- src/BinauralBeat.h +++ src/BinauralBeat.h @@ -168,6 +168,6 @@ unsigned int data_ckSize; // length of data chunk [byte count of actual data (not descriptors)] } wavh ; - void CBinauralBeat::WAVheader_fill();//NOTE: uses whatever value is in FileByteCount for size values + void WAVheader_fill();//NOTE: uses whatever value is in FileByteCount for size values }; //END CBinauralBeat class: