Commit a4effeb3 authored by Max Kellermann's avatar Max Kellermann

Permission: convert PERMISSION_PASSWORD_CHAR from macro to constexpr

parent d3f28a1d
......@@ -31,7 +31,7 @@
#include <string.h>
#define PERMISSION_PASSWORD_CHAR '@'
static constexpr char PERMISSION_PASSWORD_CHAR = '@';
#define PERMISSION_SEPERATOR ","
#define PERMISSION_READ_STRING "read"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment