From de7cc1f12273ae80f4d972b0dbfc48066f851684 Mon Sep 17 00:00:00 2001 From: Stephen Enders <84310577289916ceefd4132143fb36b63a5f0c71> Date: Fri, 24 Jun 2022 21:35:03 -0400 Subject: Fix compilation for Windows I left a few changes undone in the Windows API. This should be cross platform now --- src/resources/windows/WindowsResources.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/resources/windows/WindowsResources.h') diff --git a/src/resources/windows/WindowsResources.h b/src/resources/windows/WindowsResources.h index b6a1cd6..5ca662b 100644 --- a/src/resources/windows/WindowsResources.h +++ b/src/resources/windows/WindowsResources.h @@ -29,6 +29,10 @@ #include "../Resources.h" class WindowsResources : public Resources { +public: + WindowsResources(); + const char *convert_to_str(std::filesystem::path &path) override; + protected: std::filesystem::path exeDir; std::filesystem::path workingDir; -- cgit v1.2.3-54-g00ecf