Skip to content
Snippets Groups Projects
Commit d1294e5a authored by Richard Nelson's avatar Richard Nelson
Browse files

fix for gcc

parent 2ddeabec
Branches
Tags
No related merge requests found
......@@ -229,7 +229,9 @@ class LLUICtrlFactory : public LLSingleton<LLUICtrlFactory>
static bool getLocalizedXMLNode(const std::string &xui_filename, LLXMLNodePtr& root);
private:
//NOTE: both friend declarations are necessary to keep both gcc and msvc happy
template <typename T> friend class LLChildRegistry;
template <typename T> template <typename U> friend class LLChildRegistry<T>::Register;
static void copyName(LLXMLNodePtr src, LLXMLNodePtr dest);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment