aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llinventory/llparcel.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llinventory/llparcel.h')
-rw-r--r--linden/indra/llinventory/llparcel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llinventory/llparcel.h b/linden/indra/llinventory/llparcel.h
index cc20182..3144eb9 100644
--- a/linden/indra/llinventory/llparcel.h
+++ b/linden/indra/llinventory/llparcel.h
@@ -347,7 +347,7 @@ public:
347 void startSale(const LLUUID& buyer_id, BOOL is_buyer_group); 347 void startSale(const LLUUID& buyer_id, BOOL is_buyer_group);
348 348
349 // do the expiration logic, which needs to return values usable in 349 // do the expiration logic, which needs to return values usable in
350 // a money transaction. 350 // a L$ transaction.
351 void expireSale(U32& type, U8& flags, LLUUID& from_id, LLUUID& to_id); 351 void expireSale(U32& type, U8& flags, LLUUID& from_id, LLUUID& to_id);
352 void completeSale(U32& type, U8& flags, LLUUID& to_id); 352 void completeSale(U32& type, U8& flags, LLUUID& to_id);
353 void clearSale(); 353 void clearSale();