You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
More Clang compile warning fixes
[CL 2237347 by Michael Trepka in Main branch]
This commit is contained in:
committed by
UnrealBot
parent
affadcfd6a
commit
5bd6255fde
@@ -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() {}
|
||||
|
||||
Reference in New Issue
Block a user