Skip to content

Commit 0f319df

Browse files
Reverted a couple of changes.
1 parent 7db3336 commit 0f319df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CppParser/AST.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -643,8 +643,8 @@ class CS_API Method : public Function
643643
bool IsVirtual;
644644
bool IsStatic;
645645
bool IsConst;
646-
bool IsOverride;
647646
bool IsExplicit;
647+
bool IsOverride;
648648

649649
CXXMethodKind MethodKind;
650650

0 commit comments

Comments
 (0)