From e364ef83302847435ee03cd9ef78c7d29db72622 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Fonseca?= 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 thread_state; +static os::thread_specific_ptr thread_state; static ThreadState *get_ts(void) { -- 2.43.0