aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llaudio/vorbisencode.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llaudio/vorbisencode.h')
-rw-r--r--linden/indra/llaudio/vorbisencode.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/llaudio/vorbisencode.h b/linden/indra/llaudio/vorbisencode.h
index 2dae529..6ad0819 100644
--- a/linden/indra/llaudio/vorbisencode.h
+++ b/linden/indra/llaudio/vorbisencode.h
@@ -45,8 +45,8 @@ const S32 LLVORBISENC_UNSUPPORTED_WORD_SIZE = 9; // unsupported word size
45const S32 LLVORBISENC_CLIP_TOO_LONG = 10; // source file is too long 45const S32 LLVORBISENC_CLIP_TOO_LONG = 10; // source file is too long
46 46
47 47
48S32 check_for_invalid_wav_formats(const char *in_fname, char *error_msg); 48S32 check_for_invalid_wav_formats(const std::string& in_fname, std::string& error_msg);
49S32 encode_vorbis_file(const char *in_fname, const char *out_fname); 49S32 encode_vorbis_file(const std::string& in_fname, const std::string& out_fname);
50 50
51#endif 51#endif
52 52