summaryrefslogtreecommitdiff
path: root/indra/llrender/llgl.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llrender/llgl.h')
-rw-r--r--indra/llrender/llgl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llrender/llgl.h b/indra/llrender/llgl.h
index f387b7b179..cff54cc342 100644
--- a/indra/llrender/llgl.h
+++ b/indra/llrender/llgl.h
@@ -318,11 +318,11 @@ public:
class LLGLNamePool
{
public:
- typedef struct
+ struct NameEntry
{
GLuint name;
BOOL used;
- } NameEntry;
+ };
struct CompareUsed
{