diff options
| author | Jcw87 <Jcw87@users.noreply.github.com> | 2023-04-29 17:32:56 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-29 17:32:56 -0700 |
| commit | 4a29d25e65b1e03f1b776375dc75d44e3ec478da (patch) | |
| tree | 34435ecd6f03843e2c05c2e8f2d3adcee7a291a5 /include/d/d_timer.h | |
| parent | 0c4e853e4bc94bfe736c5575075334cc6e3d6397 (diff) | |
improve const correctness (#325)
Diffstat (limited to 'include/d/d_timer.h')
| -rw-r--r-- | include/d/d_timer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/d/d_timer.h b/include/d/d_timer.h index ef75f4045d..397de45ce7 100644 --- a/include/d/d_timer.h +++ b/include/d/d_timer.h @@ -34,7 +34,7 @@ public: /* 8025EB20 */ void hideDenominator(); /* 8025EC5C */ void deleteScreen(); /* 8025EE24 */ void changeNumberTexture(J2DPane*, int); - /* 8025EECC */ char* getNumber(int); + /* 8025EECC */ const char* getNumber(int); /* 8025EEF0 */ void setTimer(int); /* 8025F180 */ void setCounter(u8, u8); /* 8025FA00 */ void setParentPos(f32, f32); |
