diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llviewerobject.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/llviewerobject.h b/linden/indra/newview/llviewerobject.h index 33e8da2..9b05470 100644 --- a/linden/indra/newview/llviewerobject.h +++ b/linden/indra/newview/llviewerobject.h | |||
@@ -353,6 +353,7 @@ public: | |||
353 | void setCanSelect(BOOL canSelect); | 353 | void setCanSelect(BOOL canSelect); |
354 | 354 | ||
355 | void setDebugText(const std::string &utf8text); | 355 | void setDebugText(const std::string &utf8text); |
356 | std::string getDebugText(); | ||
356 | void setIcon(LLViewerImage* icon_image); | 357 | void setIcon(LLViewerImage* icon_image); |
357 | void clearIcon(); | 358 | void clearIcon(); |
358 | 359 | ||
@@ -552,6 +553,7 @@ public: | |||
552 | LLPointer<LLHUDIcon> mIcon; | 553 | LLPointer<LLHUDIcon> mIcon; |
553 | 554 | ||
554 | static BOOL sUseSharedDrawables; | 555 | static BOOL sUseSharedDrawables; |
556 | F32 mSculptSurfaceArea; | ||
555 | 557 | ||
556 | protected: | 558 | protected: |
557 | // delete an item in the inventory, but don't tell the | 559 | // delete an item in the inventory, but don't tell the |