Skip to content

Commit be889d8

Browse files
author
thk123
committed
Fixing accesibility of overriden method
1 parent a77f066 commit be889d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jbmc/src/java_bytecode/load_method_by_regex.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ class load_method_by_regext : public load_extra_methodst
2222
public:
2323
explicit load_method_by_regext(const std::string &pattern);
2424

25-
private:
2625
std::vector<irep_idt>
2726
extra_methods(const symbol_tablet &symbol_table) const override;
27+
private:
2828

2929
std::regex regex;
3030

0 commit comments

Comments
 (0)