summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerobject.h
diff options
context:
space:
mode:
authorDon Kjer <don@lindenlab.com>2010-12-22 14:23:35 -0800
committerDon Kjer <don@lindenlab.com>2010-12-22 14:23:35 -0800
commit649dd6eb74023d48379ebaadd2ff000801306f17 (patch)
tree83a42667d25294f8b54378324a08f7ffb2105731 /indra/newview/llviewerobject.h
parent14e402cf5e8274caddaf1c763c2e044c53514b1e (diff)
Cleanup from review with Andrew and Merov
Diffstat (limited to 'indra/newview/llviewerobject.h')
-rw-r--r--indra/newview/llviewerobject.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llviewerobject.h b/indra/newview/llviewerobject.h
index c83cc06128..78837ec0a1 100644
--- a/indra/newview/llviewerobject.h
+++ b/indra/newview/llviewerobject.h
@@ -697,9 +697,9 @@ public:
const LLUUID &getAttachmentItemID() const;
void setAttachmentItemID(const LLUUID &id);
const LLUUID &extractAttachmentItemID(); // find&set the inventory item ID of the attached object
- EObjectUpdateType getLastUpdateType();
+ EObjectUpdateType getLastUpdateType() const;
void setLastUpdateType(EObjectUpdateType last_update_type);
- BOOL getLastUpdateCached();
+ BOOL getLastUpdateCached() const;
void setLastUpdateCached(BOOL last_update_cached);
private: