loading and saving invcache done, some extra bullcrap also for inv

This commit is contained in:
Hazim Gazov
2010-05-03 14:26:27 -03:00
parent 4136fed5a0
commit ff1b34f739
7 changed files with 152 additions and 18 deletions

View File

@@ -107,6 +107,9 @@ class LLFloaterImagePreview : public LLFloaterNameDesc
{
public:
LLFloaterImagePreview(const std::string& filename);
// <edit>
LLFloaterImagePreview(const std::string& filename, void* item);
// </edit>
virtual ~LLFloaterImagePreview();
virtual BOOL postBuild();