Fix initialization notation of version.
This commit is contained in:
parent
f01ec3eee0
commit
27054d480e
|
@ -8,7 +8,7 @@ namespace mastodonpp
|
|||
|
||||
using std::string_view;
|
||||
|
||||
static constexpr string_view version = "@PROJECT_VERSION@";
|
||||
static constexpr string_view version{"@PROJECT_VERSION@"};
|
||||
|
||||
} // namespace mastodonpp
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user