Add a FIXME

This commit is contained in:
Horror Proton
2022-06-19 22:46:24 +08:00
parent cfda9278a6
commit b0abcc1bdb

View File

@@ -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: