aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDLL/config/profile.h
diff options
context:
space:
mode:
Diffstat (limited to 'NorthstarDLL/config/profile.h')
-rw-r--r--NorthstarDLL/config/profile.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/NorthstarDLL/config/profile.h b/NorthstarDLL/config/profile.h
index 9f3087fb..8e9d2ce9 100644
--- a/NorthstarDLL/config/profile.h
+++ b/NorthstarDLL/config/profile.h
@@ -1,7 +1,7 @@
#pragma once
#include <string>
-static std::string NORTHSTAR_FOLDER_PREFIX;
+static fs::path NORTHSTAR_FOLDER_PREFIX;
void InitialiseNorthstarPrefix();
-std::string GetNorthstarPrefix();
+fs::path GetNorthstarPrefix();