diff options
author | Jacek Antonelli | 2008-08-15 23:44:58 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:58 -0500 |
commit | 089fc07d207c71ce1401e72f09c31ad8c45872e2 (patch) | |
tree | 0028955add042c6f45b47a7b774adeeac9c592cb /linden/indra/newview/llviewerinventory.h | |
parent | Second Life viewer sources 1.16.0.5 (diff) | |
download | meta-impy-089fc07d207c71ce1401e72f09c31ad8c45872e2.zip meta-impy-089fc07d207c71ce1401e72f09c31ad8c45872e2.tar.gz meta-impy-089fc07d207c71ce1401e72f09c31ad8c45872e2.tar.bz2 meta-impy-089fc07d207c71ce1401e72f09c31ad8c45872e2.tar.xz |
Second Life viewer sources 1.17.0.12
Diffstat (limited to 'linden/indra/newview/llviewerinventory.h')
-rw-r--r-- | linden/indra/newview/llviewerinventory.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/linden/indra/newview/llviewerinventory.h b/linden/indra/newview/llviewerinventory.h index c60f0e6..513834f 100644 --- a/linden/indra/newview/llviewerinventory.h +++ b/linden/indra/newview/llviewerinventory.h | |||
@@ -191,7 +191,6 @@ protected: | |||
191 | class LLInventoryCallback : public LLRefCount | 191 | class LLInventoryCallback : public LLRefCount |
192 | { | 192 | { |
193 | public: | 193 | public: |
194 | virtual ~LLInventoryCallback() {} | ||
195 | virtual void fire(const LLUUID& inv_item) = 0; | 194 | virtual void fire(const LLUUID& inv_item) = 0; |
196 | }; | 195 | }; |
197 | 196 | ||
@@ -206,8 +205,11 @@ class RezAttachmentCallback : public LLInventoryCallback | |||
206 | { | 205 | { |
207 | public: | 206 | public: |
208 | RezAttachmentCallback(LLViewerJointAttachment *attachmentp); | 207 | RezAttachmentCallback(LLViewerJointAttachment *attachmentp); |
209 | ~RezAttachmentCallback(); | ||
210 | void fire(const LLUUID& inv_item); | 208 | void fire(const LLUUID& inv_item); |
209 | |||
210 | protected: | ||
211 | ~RezAttachmentCallback(); | ||
212 | |||
211 | private: | 213 | private: |
212 | LLViewerJointAttachment* mAttach; | 214 | LLViewerJointAttachment* mAttach; |
213 | }; | 215 | }; |