Skip to content

Commit 432a124

Browse files
Replacing the const uint32_t color values with static constexpr uint3… (#1520)
1 parent ae145d5 commit 432a124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/dpp/colors.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ namespace dpp {
3131
* @brief predefined color constants.
3232
*/
3333
namespace colors {
34-
const uint32_t
34+
static constexpr uint32_t
3535
white = 0xFFFFFF,
3636
discord_white = 0xFFFFFE,
3737
light_gray = 0xC0C0C0,

0 commit comments

Comments
 (0)