From 27054d480ebee3c14e0105c5e88fd8be72d28ffc Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 6 Jan 2020 16:42:42 +0100 Subject: [PATCH] Fix initialization notation of version. --- src/version.hpp.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.hpp.in b/src/version.hpp.in index c9ea040..de1b4e6 100644 --- a/src/version.hpp.in +++ b/src/version.hpp.in @@ -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