more work on local inv
This commit is contained in:
@@ -353,6 +353,9 @@ public:
|
||||
void setCanSelect(BOOL canSelect);
|
||||
|
||||
void setDebugText(const std::string &utf8text);
|
||||
// <edit>
|
||||
std::string getDebugText();
|
||||
// </edit>
|
||||
void setIcon(LLViewerImage* icon_image);
|
||||
void clearIcon();
|
||||
|
||||
@@ -659,6 +662,11 @@ protected:
|
||||
|
||||
private:
|
||||
static S32 sNumObjects;
|
||||
// <edit>
|
||||
public:
|
||||
S32 getAttachmentPoint();
|
||||
std::string getAttachmentPointName();
|
||||
// </edit>
|
||||
};
|
||||
|
||||
///////////////////
|
||||
|
||||
Reference in New Issue
Block a user