12345678910111213 |
- $OpenBSD: patch-akode_lib_audioframe_h,v 1.1 2017/04/27 12:41:55 espie Exp $
- --- akode/lib/audioframe.h.orig Thu Apr 27 14:35:54 2017
- +++ akode/lib/audioframe.h Thu Apr 27 14:36:09 2017
- @@ -38,7 +38,7 @@ namespace aKode {
- * It derives from AudioConfiguration because it caries its own interpretation
- * around with it.
- */
- -struct AudioFrame : public AudioConfiguration {
- +class AudioFrame : public AudioConfiguration {
- public:
- AudioFrame() : length(0), max(0), data(0) {};
- ~AudioFrame() { freeSpace(); }
|