Fix compilation with gcc

This commit is contained in:
Latif Khalifa
2014-03-28 08:50:02 +01:00
parent 80076833d1
commit dbd7de628f

View File

@@ -43,7 +43,7 @@ void LLFloaterExploreAnimations::show()
}
LLFloaterExploreAnimations::LLFloaterExploreAnimations(const LLUUID avatarid)
: LLInstanceTracker(avatarid)
: LLInstanceTracker<LLFloaterExploreAnimations, LLUUID>(avatarid)
, mAnimPreview(256, 256)
{
mLastMouseX = 0;