Skip to content

Commit 4ac8cd8

Browse files
authored
Merge pull request ProjectBorealis#210 from Sixze/dev
Fix non-unity compilation errors
2 parents a82da6e + f0d0136 commit 4ac8cd8

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)