More Clang compile warning fixes

[CL 2237347 by Michael Trepka in Main branch]
This commit is contained in:
Michael Trepka
2014-07-30 14:51:27 -04:00
committed by UnrealBot
parent affadcfd6a
commit 5bd6255fde
82 changed files with 232 additions and 163 deletions

View File

@@ -7,9 +7,9 @@
#include "DetailItemNode.h"
FDetailGroup::FDetailGroup( const FName InGroupName, TSharedRef<FDetailCategoryImpl> InParentCategory, const FString& InLocalizedDisplayName )
: LocalizedDisplayName( InLocalizedDisplayName )
: ParentCategory( InParentCategory )
, LocalizedDisplayName( InLocalizedDisplayName )
, GroupName( InGroupName )
, ParentCategory( InParentCategory )
{
}