Fix initialization notation of version.

This commit is contained in:
tastytea 2020-01-06 16:42:42 +01:00
parent f01ec3eee0
commit 27054d480e
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 1 deletions

View File

@ -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