diff options
| author | elijah-thomas774 <elijahthomas774@gmail.com> | 2024-05-04 13:32:58 -0400 |
|---|---|---|
| committer | elijah-thomas774 <elijahthomas774@gmail.com> | 2024-05-04 13:32:58 -0400 |
| commit | 1ecdfe9a4dfdd429c04424d77a9c0e6c148832a1 (patch) | |
| tree | 1b667b92157c7e5b118e0e7fd05e27f35b113205 /include/f | |
| parent | ca18ce89544506e8aa6557476076cd21cb368cdb (diff) | |
compiler changed to 1.6, f_manager matching, ipa file flag added
Diffstat (limited to 'include/f')
| -rw-r--r-- | include/f/f_list_mg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/f/f_list_mg.h b/include/f/f_list_mg.h index eb4d86d7..c6601f21 100644 --- a/include/f/f_list_mg.h +++ b/include/f/f_list_mg.h @@ -15,6 +15,7 @@ class fBase_c; /// @brief A list of fLiNdBa_c nodes. class fLiMgBa_c : public cListMg_c { public: + ~fLiMgBa_c() {} /** * @brief Counts the number of nodes of a given profile in this list. * |
