diff options
-rw-r--r-- | indra/newview/llcofwearables.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llcofwearables.h b/indra/newview/llcofwearables.h index 28d58887da..fec6d34db2 100644 --- a/indra/newview/llcofwearables.h +++ b/indra/newview/llcofwearables.h @@ -62,7 +62,7 @@ protected: void addWearableTypeSeparator(LLFlatListView* list); void onSelectionChange(LLFlatListView* selected_list); - LLXMLNodePtr LLCOFWearables::getXMLNode(std::string xml_filename); + LLXMLNodePtr getXMLNode(std::string xml_filename); LLFlatListView* mAttachments; LLFlatListView* mClothing; |