diff options
Diffstat (limited to 'linden/indra/llinventory/llpermissions.cpp')
-rw-r--r-- | linden/indra/llinventory/llpermissions.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/llinventory/llpermissions.cpp b/linden/indra/llinventory/llpermissions.cpp index 8d800aa..afa2772 100644 --- a/linden/indra/llinventory/llpermissions.cpp +++ b/linden/indra/llinventory/llpermissions.cpp | |||
@@ -544,7 +544,7 @@ void LLPermissions::unpackMessage(LLMessageSystem* msg, const char* block, S32 b | |||
544 | // File support | 544 | // File support |
545 | // | 545 | // |
546 | 546 | ||
547 | BOOL LLPermissions::importFile(FILE* fp) | 547 | BOOL LLPermissions::importFile(LLFILE* fp) |
548 | { | 548 | { |
549 | init(LLUUID::null, LLUUID::null, LLUUID::null, LLUUID::null); | 549 | init(LLUUID::null, LLUUID::null, LLUUID::null, LLUUID::null); |
550 | const S32 BUFSIZE = 16384; | 550 | const S32 BUFSIZE = 16384; |
@@ -648,7 +648,7 @@ BOOL LLPermissions::importFile(FILE* fp) | |||
648 | } | 648 | } |
649 | 649 | ||
650 | 650 | ||
651 | BOOL LLPermissions::exportFile(FILE* fp) const | 651 | BOOL LLPermissions::exportFile(LLFILE* fp) const |
652 | { | 652 | { |
653 | char uuid_str[256]; /* Flawfinder: ignore */ | 653 | char uuid_str[256]; /* Flawfinder: ignore */ |
654 | 654 | ||