Fixed several compile errors with VS2005

This commit is contained in:
Hazim Gazov
2010-04-23 02:08:56 -03:00
parent 4ecf6055ce
commit c32adc2304
24 changed files with 3680 additions and 3680 deletions

View File

@@ -353,9 +353,9 @@ public:
void setCanSelect(BOOL canSelect);
void setDebugText(const std::string &utf8text);
// <edit>
std::string getDebugText();
// </edit>
// <edit>
std::string getDebugText();
// </edit>
void setIcon(LLViewerImage* icon_image);
void clearIcon();
@@ -662,11 +662,11 @@ protected:
private:
static S32 sNumObjects;
// <edit>
public:
S32 getAttachmentPoint();
std::string getAttachmentPointName();
// </edit>
// <edit>
public:
S32 getAttachmentPoint();
std::string getAttachmentPointName();
// </edit>
};
///////////////////