Skip to content

Commit ef5d5fc

Browse files
committed
chore(oniguruma): replace class with struct
1 parent 8c2f872 commit ef5d5fc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

oniguruma-native/src/main/cpp/binding.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99

1010
OnigErrorInfo lastOnigError;
1111

12-
class OnigCachedResult {
13-
public:
12+
struct OnigCachedResult {
1413
jlong cacheKey{};
1514
int lastSearchPosition{};
1615
OnigRegion *region{};

0 commit comments

Comments
 (0)