feat: refactor rename test() to run()
This commit is contained in:
parent
89d1469088
commit
88742436a1
10 changed files with 10 additions and 10 deletions
|
@ -3,5 +3,5 @@
|
|||
class ChapterTest {
|
||||
public:
|
||||
virtual ~ChapterTest() = default;
|
||||
virtual void test() = 0;
|
||||
virtual void run() = 0;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue