1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-16 00:42:45 +01:00

Codechange: replace char* where out-of-date

This commit is contained in:
Rubidium
2025-05-04 08:24:50 +02:00
committed by rubidium42
parent d697280493
commit 3f2b39e3f8
4 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@
* See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
*/
/** @file string.cpp Handling of C-type strings (char*). */
/** @file string.cpp Handling of strings (std::string/std::string_view). */
#include "stdafx.h"
#include "debug.h"