aboutsummaryrefslogtreecommitdiff
path: root/odb/details/win32/tls.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/details/win32/tls.hxx')
-rw-r--r--odb/details/win32/tls.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/details/win32/tls.hxx b/odb/details/win32/tls.hxx
index 3354723..3dcb571 100644
--- a/odb/details/win32/tls.hxx
+++ b/odb/details/win32/tls.hxx
@@ -54,7 +54,7 @@ namespace odb
destructor (void*);
private:
- static once once_;
+ static win32_once_t once_;
static std::size_t key_;
};
@@ -79,7 +79,7 @@ namespace odb
key_init ();
private:
- static once once_;
+ static win32_once_t once_;
static std::size_t key_;
};