Skip to content

Commit c2c32b1

Browse files
committed
Small strict compilation fix
1 parent a334bb0 commit c2c32b1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Source/Editor/Private/Customizations/StringEnumCustomization.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
// Copyright 2015-2018 Piperift. All Rights Reserved.
22

33
#include "Customizations/StringEnumCustomization.h"
4+
#include <PropertyHandle.h>
5+
#include <DetailWidgetRow.h>
46

57
#define LOCTEXT_NAMESPACE "FStringEnumCustomization"
68

7-
void FStringEnumCustomization::CustomizeHeader(TSharedRef<class IPropertyHandle> StructPropertyHandle, class FDetailWidgetRow& HeaderRow, IPropertyTypeCustomizationUtils& StructCustomizationUtils)
9+
void FStringEnumCustomization::CustomizeHeader(TSharedRef<IPropertyHandle> StructPropertyHandle, FDetailWidgetRow& HeaderRow, IPropertyTypeCustomizationUtils& StructCustomizationUtils)
810
{
911
if (CanCustomizeHeader(StructPropertyHandle, HeaderRow, StructCustomizationUtils))
1012
{

0 commit comments

Comments
 (0)