diff --git a/src/f9/f9lib.h b/src/f9/f9lib.h index 1222dccce..7ca481a53 100644 --- a/src/f9/f9lib.h +++ b/src/f9/f9lib.h @@ -189,7 +189,7 @@ public: std::shared_ptr get_sheet_ann(const TString& catdoc); std::shared_ptr mov2cat(int numreg); void reload(); - void remove_all(); + static void remove_all(); static void remove_all_ann(); static void remove_all_cat(); void set_mode_sheet(const int mode) { _mode_sheet = mode; }