From af8021524056c321e397947daef384a914e571a3 Mon Sep 17 00:00:00 2001 From: xerox Date: Sun, 31 May 2020 22:47:59 +0000 Subject: [PATCH] Update physmeme.hpp --- demo/gdrv/physmeme.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/gdrv/physmeme.hpp b/demo/gdrv/physmeme.hpp index 649973a..7843ef6 100644 --- a/demo/gdrv/physmeme.hpp +++ b/demo/gdrv/physmeme.hpp @@ -18,7 +18,7 @@ typedef struct _GIOMAP #pragma pack ( pop ) constexpr char driver_name[] = "gdrv"; -const char* driver_path = (std::filesystem::current_path().string() + "\\driver\\gdrv.sys").c_str(); +inline const char* driver_path = (std::filesystem::current_path().string() + "\\driver\\gdrv.sys").c_str(); namespace physmeme {