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
Branches
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ namespace tut
S32 sale_price = 10000;
LLSaleInfo llsaleinfo(LLSaleInfo::FS_COPY, sale_price);
char* sale= "copy";
const char* sale= "copy";
LLSD llsd_obj1 = ll_create_sd_from_sale_info(llsaleinfo);
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.
Please register or to comment