Skip to content
Snippets Groups Projects
Commit 25d8cf68 authored by Rick Pasetto's avatar Rick Pasetto
Browse files

further fixes in gcc land

parent caa468a5
Branches
No related tags found
No related merge requests found
......@@ -792,7 +792,7 @@ void LLLayoutStack::calcMinExtents()
//static
void LLLayoutStack::updateClass()
{
for (LLInstanceTracker::instance_iter it = beginInstances(); it != endInstances(); ++it)
for (LLInstanceTracker<LLLayoutStack>::instance_iter it = beginInstances(); it != endInstances(); ++it)
{
(*it)->updateLayout();
}
......
......@@ -38,7 +38,7 @@
class LLPanel;
class LLLayoutStack : public LLView, LLInstanceTracker<LLLayoutStack>
class LLLayoutStack : public LLView, public LLInstanceTracker<LLLayoutStack>
{
public:
struct Params : public LLInitParam::Block<Params, LLView::Params>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment