From ccf90dfd499a3863c86cddf6de5002abc88637c4 Mon Sep 17 00:00:00 2001 From: Jamie Greunbaum Date: Wed, 5 Apr 2023 11:06:02 -0400 Subject: [PATCH] Accidentally swapped two header files that should be in opposite places. This is now fixed. --- .../Unrealzilla/{Public => Private}/API/BugzillaJSONStructs.h | 2 +- .../{Private => Public}/API/UnrealzillaBugDataStructs.h | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename Source/Unrealzilla/{Public => Private}/API/BugzillaJSONStructs.h (98%) rename Source/Unrealzilla/{Private => Public}/API/UnrealzillaBugDataStructs.h (100%) diff --git a/Source/Unrealzilla/Public/API/BugzillaJSONStructs.h b/Source/Unrealzilla/Private/API/BugzillaJSONStructs.h similarity index 98% rename from Source/Unrealzilla/Public/API/BugzillaJSONStructs.h rename to Source/Unrealzilla/Private/API/BugzillaJSONStructs.h index f8128b2..ff47a82 100644 --- a/Source/Unrealzilla/Public/API/BugzillaJSONStructs.h +++ b/Source/Unrealzilla/Private/API/BugzillaJSONStructs.h @@ -4,7 +4,7 @@ #include "CoreMinimal.h" -#include "BugzillaJSONStructs.generated.h" +//#include "BugzillaJSONStructs.generated.h" /** diff --git a/Source/Unrealzilla/Private/API/UnrealzillaBugDataStructs.h b/Source/Unrealzilla/Public/API/UnrealzillaBugDataStructs.h similarity index 100% rename from Source/Unrealzilla/Private/API/UnrealzillaBugDataStructs.h rename to Source/Unrealzilla/Public/API/UnrealzillaBugDataStructs.h