projects
/
apitrace
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c94ef35
)
Remove supurious struct keyword.
author
José Fonseca
<jose.r.fonseca@gmail.com>
Wed, 24 Oct 2012 13:04:35 +0000
(14:04 +0100)
committer
José Fonseca
<jose.r.fonseca@gmail.com>
Wed, 24 Oct 2012 13:04:35 +0000
(14:04 +0100)
wrappers/gltrace_state.cpp
patch
|
blob
|
history
diff --git
a/wrappers/gltrace_state.cpp
b/wrappers/gltrace_state.cpp
index 023d09e3e32d5bcd859a199349caf488ffe9249c..5c7ad1bf66ae242cfe1092ecf8459dcc80814f3a 100644
(file)
--- 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)
{