diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-11-24 16:26:18 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-11-24 16:26:18 -0500 |
| commit | d87b01b34a3f14d8c7741e8af54e5f4ca18d42bb (patch) | |
| tree | c27abb913bfd9c85df0f4651c868642ebdca7ebe /include/d/actor/d_a_obj_mtest.h | |
| parent | 40b189068f1ab3e93ee009fe9b0a816346b28c30 (diff) | |
Fix missing const inlines in actor headers
Diffstat (limited to 'include/d/actor/d_a_obj_mtest.h')
| -rw-r--r-- | include/d/actor/d_a_obj_mtest.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/d/actor/d_a_obj_mtest.h b/include/d/actor/d_a_obj_mtest.h index 120e4a0c..187b53ec 100644 --- a/include/d/actor/d_a_obj_mtest.h +++ b/include/d/actor/d_a_obj_mtest.h @@ -6,6 +6,11 @@ namespace daObjMtest { class Act_c : public fopAc_ac_c { public: + void prm_get_arg0() const {} + void prm_get_arg1() const {} + void prm_get_swSave() const {} + void prm_get_type() const {} + void chk_appear(); void CreateHeap(); void Create(); |
