Skip to content

Commit dedbf3a

Browse files
committed
Fixed enum type.
1 parent 522e42f commit dedbf3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NativeHelper/ReClassNET_Plugin.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ enum class SectionType
5858
Image
5959
};
6060

61-
enum SectionCategory
61+
enum class SectionCategory
6262
{
6363
Unknown,
6464
CODE,

0 commit comments

Comments
 (0)