summaryrefslogtreecommitdiff
path: root/indra/llappearance/lllocaltextureobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llappearance/lllocaltextureobject.h')
-rw-r--r--indra/llappearance/lllocaltextureobject.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llappearance/lllocaltextureobject.h b/indra/llappearance/lllocaltextureobject.h
index 5ca503baf4..a5118ffde3 100644
--- a/indra/llappearance/lllocaltextureobject.h
+++ b/indra/llappearance/lllocaltextureobject.h
@@ -63,7 +63,7 @@ public:
void setID(LLUUID new_id);
void setDiscard(S32 new_discard);
- void setBakedReady(BOOL ready);
+ void setBakedReady(bool ready);
protected:
@@ -78,7 +78,7 @@ private:
LLUUID mID;
- BOOL mIsBakedReady;
+ bool mIsBakedReady;
S32 mDiscard;
};