]> git.cworth.org Git - apitrace/commitdiff
Remove supurious struct keyword.
authorJosé Fonseca <jose.r.fonseca@gmail.com>
Wed, 24 Oct 2012 13:04:35 +0000 (14:04 +0100)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Wed, 24 Oct 2012 13:04:35 +0000 (14:04 +0100)
wrappers/gltrace_state.cpp

index 023d09e3e32d5bcd859a199349caf488ffe9249c..5c7ad1bf66ae242cfe1092ecf8459dcc80814f3a 100644 (file)
@@ -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)
 {