summaryrefslogtreecommitdiff
path: root/indra/newview/llinventoryobserver.h
diff options
context:
space:
mode:
authorEric M. Tulla (BigPapi) <tulla@lindenlab.com>2009-11-23 20:02:09 -0500
committerEric M. Tulla (BigPapi) <tulla@lindenlab.com>2009-11-23 20:02:09 -0500
commitbfd2605bf8eecdb0df5a2b77d5921ef561ece788 (patch)
tree7a41bbb80f11a309ca98003824b65eb65d218a41 /indra/newview/llinventoryobserver.h
parent7bfa11ed694f9fffa9d8983f3d60f740d630cfc2 (diff)
parent2bdf430de13577e855a7a1f400173f6cd4ab8ac6 (diff)
Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/
Diffstat (limited to 'indra/newview/llinventoryobserver.h')
-rw-r--r--indra/newview/llinventoryobserver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llinventoryobserver.h b/indra/newview/llinventoryobserver.h
index 384e6292e8..e908506b33 100644
--- a/indra/newview/llinventoryobserver.h
+++ b/indra/newview/llinventoryobserver.h
@@ -113,7 +113,7 @@ public:
bool isEverythingComplete() const;
void fetchItems(const item_ref_t& ids);
- virtual void done() = 0;
+ virtual void done() {};
protected:
item_ref_t mComplete;