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

Commit ff2584a

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/aegis/impl/permission.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ AEGIS_DECL void to_json(nlohmann::json& j, const permission& s)
3030
}
3131
/// \endcond
3232

33-
const std::unordered_map<int64_t, const std::string> permission::perm_strs {
33+
AEGIS_DECL const std::unordered_map<int64_t, const std::string> permission::perm_strs {
3434
{0x1, "Create invites"},
3535
{0x2, "Kick members"},
3636
{0x4, "Ban members"},

0 commit comments

Comments
 (0)