diff options
Diffstat (limited to 'base/global_descriptors_posix.h')
-rw-r--r-- | base/global_descriptors_posix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/global_descriptors_posix.h b/base/global_descriptors_posix.h index d635cff..d4650e5 100644 --- a/base/global_descriptors_posix.h +++ b/base/global_descriptors_posix.h @@ -34,7 +34,7 @@ namespace base { // It maps from an abstract key to a descriptor. If independent modules each // need to define keys, then values should be chosen randomly so as not to // collide. -class GlobalDescriptors { +class BASE_API GlobalDescriptors { public: typedef uint32_t Key; typedef std::vector<std::pair<Key, int> > Mapping; |