summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerinventory.h
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2013-02-25 19:12:36 -0500
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2013-02-25 19:12:36 -0500
commitb16dcda6a387774a446c04f63e1a55bd35ec7afe (patch)
tree34eb08ecb28fddba4d1aa63ca5016ebad0d6b08c /indra/newview/llviewerinventory.h
parentb6f814af25a957e71dc8d9dd314ac15e3cbe6cd9 (diff)
SH-3860 WIP, SH-3899 WIP - make folder version management more debuggable, log appearance request results
Diffstat (limited to 'indra/newview/llviewerinventory.h')
-rwxr-xr-xindra/newview/llviewerinventory.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llviewerinventory.h b/indra/newview/llviewerinventory.h
index 13e95c57cb..812b3b2739 100755
--- a/indra/newview/llviewerinventory.h
+++ b/indra/newview/llviewerinventory.h
@@ -205,8 +205,8 @@ public:
// Version handling
enum { VERSION_UNKNOWN = -1, VERSION_INITIAL = 1 };
- S32 getVersion() const { return mVersion; }
- void setVersion(S32 version) { mVersion = version; }
+ S32 getVersion() const;
+ void setVersion(S32 version);
// Returns true if a fetch was issued.
bool fetch();