Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 82154 | Differences between
and this patch

Collapse All | Expand All

(-)f4l-0.2.1-orig/src/flagStonePort/transform-cxx-bsd/transform/FSDefineSound.h (-1 / +1 lines)
Lines 137-143 Link Here
137
            @param bytes the sound data.
137
            @param bytes the sound data.
138
            @param length the number of bytes in the sound data.
138
            @param length the number of bytes in the sound data.
139
            */
139
            */
140
        FSDefineSound::FSDefineSound(int anIdentifier, int encoding, int rate, int channels, int sampleSize, int count, byte* bytes, size_t length);
140
        FSDefineSound(int anIdentifier, int encoding, int rate, int channels, int sampleSize, int count, byte* bytes, size_t length);
141
141
142
        FSDefineSound(const FSDefineSound& rhs);
142
        FSDefineSound(const FSDefineSound& rhs);
143
143

Return to bug 82154