Skip to content
Snippets Groups Projects
Commit b72c8df1 authored by Paul ProductEngine's avatar Paul ProductEngine
Browse files

Fixed Linux TeamCity build

parent 0cd1988e
No related branches found
No related tags found
No related merge requests found
...@@ -69,7 +69,7 @@ LLPanel* LLFloaterSidePanelContainer::openChildPanel(const std::string& panel_na ...@@ -69,7 +69,7 @@ LLPanel* LLFloaterSidePanelContainer::openChildPanel(const std::string& panel_na
panel = container->getCurrentPanel(); panel = container->getCurrentPanel();
} }
else if (panel = dynamic_cast<LLPanel*>(view)) else if ((panel = dynamic_cast<LLPanel*>(view)) != NULL)
{ {
panel->onOpen(params); panel->onOpen(params);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment