mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
WorkItem modules: Run() shouldn't be public
This commit is contained in:
@@ -47,10 +47,11 @@ public:
|
||||
|
||||
int main();
|
||||
|
||||
void Run() override;
|
||||
|
||||
static px4::AppState appState; /* track requests to terminate app */
|
||||
|
||||
private:
|
||||
|
||||
void Run() override;
|
||||
|
||||
int _iter{0};
|
||||
};
|
||||
|
||||
@@ -47,10 +47,11 @@ public:
|
||||
|
||||
int main();
|
||||
|
||||
void Run() override;
|
||||
|
||||
static px4::AppState appState; /* track requests to terminate app */
|
||||
|
||||
private:
|
||||
|
||||
void Run() override;
|
||||
|
||||
int _iter{0};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user