Fix travis LINT
This commit is contained in:
@@ -35,15 +35,13 @@ class GTKLoop : public Loop {
|
||||
|
||||
void Quit() override;
|
||||
void AwaitQuit() override;
|
||||
private:
|
||||
|
||||
private:
|
||||
void ThreadMain();
|
||||
|
||||
std::thread::id thread_id_;
|
||||
std::thread thread_;
|
||||
xe::threading::Fence quit_fence_;
|
||||
|
||||
|
||||
};
|
||||
|
||||
} // namespace ui
|
||||
|
||||
Reference in New Issue
Block a user