From 7eb8bc88326d1e426046be1e66e9fa013ac6e86f Mon Sep 17 00:00:00 2001 From: obligaron Date: Sun, 19 Jun 2022 09:34:17 +0200 Subject: [PATCH] Fix building unit tests with msvc (SOLData needs DVL_API_FOR_TEST) --- Source/gendung.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/gendung.h b/Source/gendung.h index a3cf657cf..81a3ff448 100644 --- a/Source/gendung.h +++ b/Source/gendung.h @@ -154,7 +154,7 @@ extern std::unique_ptr pDungeonCels; /** * List tile properties */ -extern std::array SOLData; +extern DVL_API_FOR_TEST std::array SOLData; /** Specifies the minimum X,Y-coordinates of the map. */ extern Point dminPosition; /** Specifies the maximum X,Y-coordinates of the map. */