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
@@ -9,9 +9,9 @@ class FCurveAssetEditor : public ICurveAssetEditor
public:
FCurveAssetEditor()
: ViewMinInput( 0.f )
: TrackWidget( NULL )
, ViewMinInput( 0.f )
, ViewMaxInput( 0.f )
, TrackWidget( NULL )
{}
virtual ~FCurveAssetEditor() {}