Skip to content

Commit f0d0136

Browse files
committed
Fix non-unity compilation errors
1 parent a82da6e commit f0d0136

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#if ENGINE_MAJOR_VERSION == 5
21
#include "GitSourceControlChangelist.h"
32

3+
#if ENGINE_MAJOR_VERSION == 5
44
FGitSourceControlChangelist FGitSourceControlChangelist::WorkingChangelist(TEXT("Working"), true);
55
FGitSourceControlChangelist FGitSourceControlChangelist::StagedChangelist(TEXT("Staged"), true);
66
#endif

Source/GitSourceControl/Private/GitSourceControlChangelistState.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#if ENGINE_MAJOR_VERSION == 5
21
#include "GitSourceControlChangelistState.h"
32

3+
#if ENGINE_MAJOR_VERSION == 5
44
#define LOCTEXT_NAMESPACE "GitSourceControl.ChangelistState"
55

66
FName FGitSourceControlChangelistState::GetIconName() const

0 commit comments

Comments
 (0)