Skip to content

Commit 02dd03d

Browse files
committed
PythonHouseKeeper: Fix compile error: #pragma once in main file
This commit fixes the following error: PythonHouseKeeper.cpp:1:9: error: #pragma once in main file [-Werror,-Wpragma-once-outside-header] #pragma once ^ Signed-off-by: Elvis Dowson <[email protected]>
1 parent 6a43ea4 commit 02dd03d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Source/UnrealEnginePython/Private/PythonHouseKeeper.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#pragma once
21

32
#include "PythonHouseKeeper.h"
43

0 commit comments

Comments
 (0)