mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-26 07:43:36 +00:00
[core] Use constexpr when possible
Signed-off-by: x7z4w <x7z4w@noreply.codeberg.org>
This commit is contained in:
@@ -14,7 +14,7 @@ using namespace std::chrono;
|
||||
namespace
|
||||
{
|
||||
|
||||
char const kEnabledKey[] = "GpsTrackingEnabled";
|
||||
char constexpr kEnabledKey[] = "GpsTrackingEnabled";
|
||||
|
||||
inline std::string GetFilePath()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user