summaryrefslogtreecommitdiff
path: root/indra/newview/llpostcard.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llpostcard.h')
-rw-r--r--indra/newview/llpostcard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpostcard.h b/indra/newview/llpostcard.h
index cfe6f3951d..11178aa027 100644
--- a/indra/newview/llpostcard.h
+++ b/indra/newview/llpostcard.h
@@ -40,7 +40,7 @@ class LLPostCard
LOG_CLASS(LLPostCard);
public:
- typedef boost::function<void(bool ok)> result_callback_t;
+ typedef std::function<void(bool ok)> result_callback_t;
static void setPostResultCallback(result_callback_t cb) { mResultCallback = cb; }
static void reportPostResult(bool ok);