summaryrefslogtreecommitdiff
path: root/indra/llinventory/lltransactionflags.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llinventory/lltransactionflags.h')
-rw-r--r--indra/llinventory/lltransactionflags.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llinventory/lltransactionflags.h b/indra/llinventory/lltransactionflags.h
index 3bf08af282..4fe1503ff0 100644
--- a/indra/llinventory/lltransactionflags.h
+++ b/indra/llinventory/lltransactionflags.h
@@ -57,7 +57,7 @@ std::string build_transfer_message_to_source(
const LLUUID& dest_id,
const std::string& dest_name,
S32 transaction_type,
- const char* description);
+ const std::string& description);
std::string build_transfer_message_to_destination(
S32 amount,
@@ -65,6 +65,6 @@ std::string build_transfer_message_to_destination(
const LLUUID& source_id,
const std::string& source_name,
S32 transaction_type,
- const char* description);
+ const std::string& description);
#endif // LL_LLTRANSACTIONFLAGS_H