pull request #624 - Add missing const

git has me really confused right now, first requiring a merge, then
not needing any merge.  Anyway, add pull request #624 which was
unintentinoally closed and then couldn't re-opened.  Now it's been
incorporated so is intentionally closed.

Closes #624
This commit is contained in:
PatR
2022-01-29 11:18:26 -08:00
parent cf810630de
commit a0964615af

View File

@@ -1490,6 +1490,7 @@ add Ray Chason's adaptation of nethack's Qt5 interface to work with Qt6 (issue
mingw32 build updates and replacement of sys/windows/Makefile.gcc with new
sys/windows/Makefile.mingw32 and sys/windows/Makefile.mingw32.depend
(pr #661 by feiyunw)
mark various pointers to const char as const pointers (pr #624 by argrath)
Code Cleanup and Reorganization