diff options
| author | Eric M. Tulla (BigPapi) <tulla@lindenlab.com> | 2009-11-20 19:27:33 -0500 |
|---|---|---|
| committer | Eric M. Tulla (BigPapi) <tulla@lindenlab.com> | 2009-11-20 19:27:33 -0500 |
| commit | a3930c7ff754e09a686d4ec0eaeca0a7f752c008 (patch) | |
| tree | 7cacbe62f6c9a3b9802d093d1a3cdd06ebc298be /indra/newview/llinventoryobserver.h | |
| parent | 521820ad8da5d269ad22fae0b6a24bb31f8d41cb (diff) | |
Inventory Offer changes and clickable inventory slurls
Diffstat (limited to 'indra/newview/llinventoryobserver.h')
| -rw-r--r-- | indra/newview/llinventoryobserver.h | 2 |
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; |
