diff options
| author | elijah-thomas774 <elijahthomas774@gmail.com> | 2025-11-15 20:48:18 -0500 |
|---|---|---|
| committer | elijah-thomas774 <elijahthomas774@gmail.com> | 2025-11-22 14:53:35 -0500 |
| commit | e696b17adbe5754a68262a63428a36680af50a66 (patch) | |
| tree | 3a784b92e83957f7ea8f30be81cadb3503d5977a /include/f | |
| parent | b661da78b52958faffb589955df0453c5b0f6740 (diff) | |
init
Diffstat (limited to 'include/f')
| -rw-r--r-- | include/f/f_manager.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/f/f_manager.h b/include/f/f_manager.h index f27fb3a7..91459e56 100644 --- a/include/f/f_manager.h +++ b/include/f/f_manager.h @@ -39,8 +39,8 @@ public: ~fManager_c() {} int getSearchTableNum(); static fBase_c *searchBaseByID(fBaseID_e id); - static fBase_c *searchBaseByProfName(ProfileName profID, const fBase_c *parent); - static fBase_c *searchBaseByGroupType(u8 groupType, const fBase_c *parent); + static fBase_c *searchBaseByProfName(ProfileName profID, const fBase_c *parent = nullptr); + static fBase_c *searchBaseByGroupType(u8 groupType, const fBase_c *parent = nullptr); static void mainLoop(); private: |
