fix: typo in font_loader.windows

This commit is contained in:
2025-12-19 08:21:37 +03:00
parent dff3e916fe
commit 5b641cdd02
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
namespace clrsync::core namespace clrsync::core
{ {
const std::string GIT_SEMVER = "0.1.6+git.g2d65383"; const std::string GIT_SEMVER = "0.1.6+git.gdff3e91";
const std::string version_string(); const std::string version_string();
} // namespace clrsync::core } // namespace clrsync::core

View File

@@ -1,4 +1,4 @@
#ifdef __WIN32 #ifdef _WIN32
#include "core/config/config.hpp" #include "core/config/config.hpp"
#include "gui/platform/font_loader.hpp" #include "gui/platform/font_loader.hpp"
#include "imgui_internal.h" #include "imgui_internal.h"