From dd0a26119bd5d53e2fc6909cc69a44e08d8e6406 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Jos=C3=A9=20Fonseca?= <jose.r.fonseca@gmail.com>
Date: Wed, 24 Oct 2012 14:04:35 +0100
Subject: [PATCH] Remove supurious struct keyword.

---
 wrappers/gltrace_state.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wrappers/gltrace_state.cpp b/wrappers/gltrace_state.cpp
index 023d09e..5c7ad1b 100644
--- a/wrappers/gltrace_state.cpp
+++ b/wrappers/gltrace_state.cpp
@@ -57,7 +57,7 @@ public:
     }
 };
 
-static os::thread_specific_ptr<struct ThreadState> thread_state;
+static os::thread_specific_ptr<ThreadState> thread_state;
 
 static ThreadState *get_ts(void)
 {
-- 
2.45.2