diff options
Diffstat (limited to 'indra/newview/llsearchhistory.h')
| -rw-r--r-- | indra/newview/llsearchhistory.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/llsearchhistory.h b/indra/newview/llsearchhistory.h index ade81675c2..5aab5e6765 100644 --- a/indra/newview/llsearchhistory.h +++ b/indra/newview/llsearchhistory.h @@ -37,6 +37,7 @@   */  class LLSearchHistory : public LLSingleton<LLSearchHistory>, private LLDestroyClass<LLSearchHistory>  { +	LLSINGLETON(LLSearchHistory);  	friend class LLDestroyClass<LLSearchHistory>;  public: @@ -72,7 +73,6 @@ public:  	 */  	void addEntry(const std::string& search_text); -	LLSearchHistory();  	/**  	 * Class for storing data about single search request. | 
