mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 18:20:39 +08:00
Add a FIXME
This commit is contained in:
@@ -21,7 +21,7 @@ namespace asst
|
||||
virtual const std::vector<TextRect>& get_result() const noexcept override;
|
||||
virtual std::vector<TextRect>& get_result() noexcept override;
|
||||
|
||||
void set_task_info(const std::string& templ_task_name, const std::string& ocr_task_name);
|
||||
void set_task_info(const std::string& templ_task_name, const std::string& ocr_task_name); // FIXME: hiding virtual function
|
||||
void set_flag_rect_move(Rect flag_rect_move);
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user