diff options
Diffstat (limited to 'indra/llui/llview.h')
-rw-r--r-- | indra/llui/llview.h | 32 |
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 |