summaryrefslogtreecommitdiff
path: root/indra/llui/llview.h
diff options
context:
space:
mode:
authorJames Cook <james@lindenlab.com>2009-11-29 10:19:17 -0800
committerJames Cook <james@lindenlab.com>2009-11-29 10:19:17 -0800
commitb50ba67bd8ab329d598ce47e5d3ac09b59fffb63 (patch)
tree037646faeb05124426a09935b05bdbdef7e6dc1a /indra/llui/llview.h
parent491cbc5de6eaa960ca582ac0fcc064c3c8bac08c (diff)
Revert extern template link optimization until I can build/test on PC
Diffstat (limited to 'indra/llui/llview.h')
-rw-r--r--indra/llui/llview.h32
1 files changed, 16 insertions, 16 deletions
diff --git a/indra/llui/llview.h b/indra/llui/llview.h
index 5bf015362d..1b12e78509 100644
--- a/indra/llui/llview.h
+++ b/indra/llui/llview.h
@@ -661,21 +661,21 @@ template <class T> T* LLView::getChild(const std::string& name, BOOL recurse) co
// Compiler optimization - don't generate these specializations inline,
// require explicit specialization. See llbutton.cpp for an example.
-extern template class LLButton* LLView::getChild<class LLButton>(
- const std::string& name, BOOL recurse) const;
-extern template class LLCheckBoxCtrl* LLView::getChild<class LLCheckBoxCtrl>(
- const std::string& name, BOOL recurse) const;
-extern template class LLLineEditor* LLView::getChild<class LLLineEditor>(
- const std::string& name, BOOL recurse) const;
-extern template class LLPanel* LLView::getChild<class LLPanel>(
- const std::string& name, BOOL recurse) const;
-extern template class LLTextBox* LLView::getChild<class LLTextBox>(
- const std::string& name, BOOL recurse) const;
-extern template class LLTextEditor* LLView::getChild<class LLTextEditor>(
- const std::string& name, BOOL recurse) const;
-extern template class LLUICtrl* LLView::getChild<class LLUICtrl>(
- const std::string& name, BOOL recurse) const;
-extern template class LLView* LLView::getChild<class LLView>(
- const std::string& name, BOOL recurse) const;
+//extern template class LLButton* LLView::getChild<class LLButton>(
+// const std::string& name, BOOL recurse) const;
+//extern template class LLCheckBoxCtrl* LLView::getChild<class LLCheckBoxCtrl>(
+// const std::string& name, BOOL recurse) const;
+//extern template class LLLineEditor* LLView::getChild<class LLLineEditor>(
+// const std::string& name, BOOL recurse) const;
+//extern template class LLPanel* LLView::getChild<class LLPanel>(
+// const std::string& name, BOOL recurse) const;
+//extern template class LLTextBox* LLView::getChild<class LLTextBox>(
+// const std::string& name, BOOL recurse) const;
+//extern template class LLTextEditor* LLView::getChild<class LLTextEditor>(
+// const std::string& name, BOOL recurse) const;
+//extern template class LLUICtrl* LLView::getChild<class LLUICtrl>(
+// const std::string& name, BOOL recurse) const;
+//extern template class LLView* LLView::getChild<class LLView>(
+// const std::string& name, BOOL recurse) const;
#endif //LL_LLVIEW_H