Skip to content
This repository was archived by the owner on Dec 1, 2021. It is now read-only.

Commit 350252d

Browse files
authored
Add AEGIS_DECL to perm_strs
1 parent 8fe6ce3 commit 350252d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/aegis/permission.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ class permission
152152

153153
private:
154154
int64_t _allow_permissions = 0;
155-
static const std::unordered_map<int64_t, const std::string> perm_strs;
155+
AEGIS_DECL static const std::unordered_map<int64_t, const std::string> perm_strs;
156156
};
157157

158158
/// \cond TEMPLATES

0 commit comments

Comments
 (0)