Skip to content

Commit d111b70

Browse files
committed
Updated target rules to 4.16.
1 parent 6b98b87 commit d111b70

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Source/TextAsset/TextAsset.Build.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ namespace UnrealBuildTool.Rules
44
{
55
public class TextAsset : ModuleRules
66
{
7-
public TextAsset(TargetInfo Target)
7+
public TextAsset(ReadOnlyTargetRules Target) : base(Target)
88
{
99
PublicDependencyModuleNames.AddRange(
1010
new string[] {

Source/TextAssetEditor/TextAssetEditor.Build.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
public class TextAssetEditor : ModuleRules
66
{
7-
public TextAssetEditor(TargetInfo Target)
7+
public TextAssetEditor(ReadOnlyTargetRules Target) : base(Target)
88
{
99
DynamicallyLoadedModuleNames.AddRange(
1010
new string[] {

0 commit comments

Comments
 (0)