Skip to content
Snippets Groups Projects
Commit 4884d5dd authored by Philippe Canal's avatar Philippe Canal
Browse files

Remove spurrious (copy/paste error) keyword

parent a490cd31
No related branches found
No related tags found
No related merge requests found
...@@ -109,7 +109,7 @@ public: ...@@ -109,7 +109,7 @@ public:
pthread_key_delete(fKey); pthread_key_delete(fKey);
} }
type& operator get() { type& get() {
void *ptr = pthread_getspecific(fKey); void *ptr = pthread_getspecific(fKey);
if (!ptr) { if (!ptr) {
ptr = new type(fInitValue); ptr = new type(fInitValue);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment