diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/lldrawable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/lldrawable.h b/linden/indra/newview/lldrawable.h index 3bb5525..7429292 100644 --- a/linden/indra/newview/lldrawable.h +++ b/linden/indra/newview/lldrawable.h | |||
@@ -199,7 +199,7 @@ public: | |||
199 | static void cleanupDeadDrawables(); | 199 | static void cleanupDeadDrawables(); |
200 | 200 | ||
201 | protected: | 201 | protected: |
202 | virtual ~LLDrawable() { destroy(); } | 202 | ~LLDrawable() { destroy(); } |
203 | void moveUpdatePipeline(BOOL moved); | 203 | void moveUpdatePipeline(BOOL moved); |
204 | void updatePartition(); | 204 | void updatePartition(); |
205 | BOOL updateMoveDamped(); | 205 | BOOL updateMoveDamped(); |