aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llinventory/llsaleinfo.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:50 -0500
committerJacek Antonelli2008-08-15 23:45:50 -0500
commit2a4dea528f670b9bb1f77ef27a8a1dd16603d114 (patch)
tree95c68e362703c9099d571ecbdc6142b1cda1e005 /linden/indra/llinventory/llsaleinfo.h
parentSecond Life viewer sources 1.20.6 (diff)
downloadmeta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.zip
meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.tar.gz
meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.tar.bz2
meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.tar.xz
Second Life viewer sources 1.20.7
Diffstat (limited to '')
-rw-r--r--linden/indra/llinventory/llsaleinfo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/llinventory/llsaleinfo.h b/linden/indra/llinventory/llsaleinfo.h
index 0af8d89..9aa1024 100644
--- a/linden/indra/llinventory/llsaleinfo.h
+++ b/linden/indra/llinventory/llsaleinfo.h
@@ -91,8 +91,8 @@ public:
91 91
92 92
93 // file serialization 93 // file serialization
94 BOOL exportFile(FILE* fp) const; 94 BOOL exportFile(LLFILE* fp) const;
95 BOOL importFile(FILE* fp, BOOL& has_perm_mask, U32& perm_mask); 95 BOOL importFile(LLFILE* fp, BOOL& has_perm_mask, U32& perm_mask);
96 96
97 BOOL exportLegacyStream(std::ostream& output_stream) const; 97 BOOL exportLegacyStream(std::ostream& output_stream) const;
98 LLSD asLLSD() const; 98 LLSD asLLSD() const;