diff options
author | callum_linden <none@none> | 2013-02-01 08:44:52 -0800 |
---|---|---|
committer | callum_linden <none@none> | 2013-02-01 08:44:52 -0800 |
commit | b0f2f02333a87598299b490a1e42eb42a8125f74 (patch) | |
tree | 8d1fe612b4ca516a3b8c97caa73efa1f9e836275 /indra/llaudio/llstreamingaudio_fmodex.h | |
parent | 9b86b8bf3d822bbeefb8518fb335e81a6dc7f3b3 (diff) |
Removed (most) references to older FMOD library - still a little Linux clean up left
Diffstat (limited to 'indra/llaudio/llstreamingaudio_fmodex.h')
-rw-r--r-- | indra/llaudio/llstreamingaudio_fmodex.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/llaudio/llstreamingaudio_fmodex.h b/indra/llaudio/llstreamingaudio_fmodex.h index 3751dd60ad..42b6b3aaa8 100644 --- a/indra/llaudio/llstreamingaudio_fmodex.h +++ b/indra/llaudio/llstreamingaudio_fmodex.h @@ -24,8 +24,8 @@ * $/LicenseInfo$ */ -#ifndef LL_STREAMINGAUDIO_FMOD_H -#define LL_STREAMINGAUDIO_FMOD_H +#ifndef LL_STREAMINGAUDIO_FMODEX_H +#define LL_STREAMINGAUDIO_FMODEX_H #include "stdtypes.h" // from llcommon @@ -72,4 +72,4 @@ private: }; -#endif // LL_STREAMINGAUDIO_FMOD_H +#endif // LL_STREAMINGAUDIO_FMODEX_H |