You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Fixed XcodeSourceCodeAccessor compile error
#codereview Jamie.Dale [CL 2059169 by Michael Trepka in Main branch]
This commit is contained in:
committed by
UnrealBot
parent
c5b6860c57
commit
2f52cea518
@@ -181,4 +181,8 @@ bool FXCodeSourceCodeAccessor::SaveAllOpenDocuments() const
|
||||
return false;
|
||||
}
|
||||
|
||||
void FXCodeSourceCodeAccessor::Tick(const float DeltaTime)
|
||||
{
|
||||
}
|
||||
|
||||
#undef LOCTEXT_NAMESPACE
|
||||
@@ -16,4 +16,5 @@ public:
|
||||
virtual bool OpenFileAtLine(const FString& FullPath, int32 LineNumber, int32 ColumnNumber = 0) OVERRIDE;
|
||||
virtual bool OpenSourceFiles(const TArray<FString>& AbsoluteSourcePaths) OVERRIDE;
|
||||
virtual bool SaveAllOpenDocuments() const OVERRIDE;
|
||||
virtual void Tick(const float DeltaTime) OVERRIDE;
|
||||
};
|
||||
Reference in New Issue
Block a user