diff options
Diffstat (limited to 'indra/newview/lllistcontextmenu.h')
| -rw-r--r-- | indra/newview/lllistcontextmenu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lllistcontextmenu.h b/indra/newview/lllistcontextmenu.h index 4b515a3b26..cb2ca5260f 100644 --- a/indra/newview/lllistcontextmenu.h +++ b/indra/newview/lllistcontextmenu.h @@ -63,7 +63,7 @@ public: virtual void hide(); protected: - typedef boost::function<void (const LLUUID& id)> functor_t; + typedef std::function<void (const LLUUID& id)> functor_t; virtual LLContextMenu* createMenu() = 0; |
