One last GCC 4.6 stopgap
This commit is contained in:
@@ -478,7 +478,7 @@ protected:
|
|||||||
extern LLAudioEngine* gAudiop;
|
extern LLAudioEngine* gAudiop;
|
||||||
|
|
||||||
// <edit>
|
// <edit>
|
||||||
typedef struct
|
struct LLSoundHistoryItem
|
||||||
{
|
{
|
||||||
LLUUID mID;
|
LLUUID mID;
|
||||||
LLVector3d mPosition;
|
LLVector3d mPosition;
|
||||||
@@ -494,7 +494,11 @@ typedef struct
|
|||||||
bool mReviewed;
|
bool mReviewed;
|
||||||
bool mReviewedCollision;
|
bool mReviewedCollision;
|
||||||
LLAudioSource* mAudioSource;
|
LLAudioSource* mAudioSource;
|
||||||
} LLSoundHistoryItem;
|
|
||||||
|
LLSoundHistoryItem() : mType(0), mPlaying(false), mIsTrigger(false),
|
||||||
|
mIsLooped(false), mReviewed(false), mReviewedCollision(false),
|
||||||
|
mTimeStarted(0), mTimeStopped(0), mAudioSource(0) {}
|
||||||
|
};
|
||||||
|
|
||||||
extern std::map<LLUUID, LLSoundHistoryItem> gSoundHistory;
|
extern std::map<LLUUID, LLSoundHistoryItem> gSoundHistory;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user