From: José Fonseca Date: Wed, 24 Oct 2012 13:04:35 +0000 (+0100) Subject: Remove supurious struct keyword. X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;ds=sidebyside;h=dd0a26119bd5d53e2fc6909cc69a44e08d8e6406;p=apitrace Remove supurious struct keyword. --- 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 thread_state; +static os::thread_specific_ptr thread_state; static ThreadState *get_ts(void) {