Skip to content
Snippets Groups Projects
Commit 678d88c6 authored by Bryan O'Sullivan's avatar Bryan O'Sullivan
Browse files

More build fixes

parent 4d25dc0a
No related branches found
No related tags found
No related merge requests found
...@@ -54,7 +54,7 @@ namespace tut ...@@ -54,7 +54,7 @@ namespace tut
S32 sale_price = 10000; S32 sale_price = 10000;
LLSaleInfo llsaleinfo(LLSaleInfo::FS_COPY, sale_price); LLSaleInfo llsaleinfo(LLSaleInfo::FS_COPY, sale_price);
char* sale= "copy"; const char* sale= "copy";
LLSD llsd_obj1 = ll_create_sd_from_sale_info(llsaleinfo); LLSD llsd_obj1 = ll_create_sd_from_sale_info(llsaleinfo);
LLSaleInfo saleinfo1 = ll_sale_info_from_sd(llsd_obj1); LLSaleInfo saleinfo1 = ll_sale_info_from_sd(llsd_obj1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment