aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloaterlandmark.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:34 -0500
committerJacek Antonelli2008-08-15 23:45:34 -0500
commitcd17687f01420952712a500107e0f93e7ab8d5f8 (patch)
treece48c2b706f2c1176290e39fb555fbdf6648ce01 /linden/indra/newview/llfloaterlandmark.h
parentSecond Life viewer sources 1.19.0.5 (diff)
downloadmeta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.zip
meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.gz
meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.bz2
meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.xz
Second Life viewer sources 1.19.1.0
Diffstat (limited to 'linden/indra/newview/llfloaterlandmark.h')
-rw-r--r--linden/indra/newview/llfloaterlandmark.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloaterlandmark.h b/linden/indra/newview/llfloaterlandmark.h
index 7d710de..027cf21 100644
--- a/linden/indra/newview/llfloaterlandmark.h
+++ b/linden/indra/newview/llfloaterlandmark.h
@@ -47,6 +47,7 @@ class LLFolderViewItem;
47class LLSearchEditor; 47class LLSearchEditor;
48class LLInventoryPanel; 48class LLInventoryPanel;
49class LLSaveFolderState; 49class LLSaveFolderState;
50class LLViewerImage;
50 51
51// used for setting drag & drop callbacks. 52// used for setting drag & drop callbacks.
52typedef BOOL (*drag_n_drop_callback)(LLUICtrl*, LLInventoryItem*, void*); 53typedef BOOL (*drag_n_drop_callback)(LLUICtrl*, LLInventoryItem*, void*);
@@ -55,7 +56,7 @@ typedef BOOL (*drag_n_drop_callback)(LLUICtrl*, LLInventoryItem*, void*);
55////////////////////////////////////////////////////////////////////////////////////////// 56//////////////////////////////////////////////////////////////////////////////////////////
56// LLFloaterLandmark 57// LLFloaterLandmark
57 58
58class LLFloaterLandmark: public LLFloater, public LLUISingleton<LLFloaterLandmark> 59class LLFloaterLandmark: public LLFloater, public LLFloaterSingleton<LLFloaterLandmark>
59{ 60{
60public: 61public:
61 LLFloaterLandmark(const LLSD& data); 62 LLFloaterLandmark(const LLSD& data);