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 /src/d/d_timer.cpp | |
| parent | 0c4e853e4bc94bfe736c5575075334cc6e3d6397 (diff) | |
improve const correctness (#325)
Diffstat (limited to 'src/d/d_timer.cpp')
| -rw-r--r-- | src/d/d_timer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_timer.cpp b/src/d/d_timer.cpp index 3aae99b8dd..d5e53af63b 100644 --- a/src/d/d_timer.cpp +++ b/src/d/d_timer.cpp @@ -545,7 +545,7 @@ asm void dDlst_TimerScrnDraw_c::changeNumberTexture(J2DPane* param_0, int param_ #pragma pop /* 8025EECC-8025EEF0 25980C 0024+00 1/1 0/0 0/0 .text getNumber__21dDlst_TimerScrnDraw_cFi */ -char* dDlst_TimerScrnDraw_c::getNumber(int pIndex) { +const char* dDlst_TimerScrnDraw_c::getNumber(int pIndex) { return dMeter2Info_getNumberTextureName(pIndex); } |
