]> git.cworth.org Git - apitrace/blobdiff - wrappers/gltrace_state.cpp
Remove supurious struct keyword.
[apitrace] / 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)
 {