summaryrefslogtreecommitdiff
path: root/src/qcommon/qcommon.h
diff options
context:
space:
mode:
author/dev/humancontroller <devhc@example.com>2015-02-02 00:18:01 +0100
committer/dev/humancontroller <devhc@example.com>2017-02-07 17:34:58 +0100
commit67b417c41984ad49d1c13f31832eaa5fa825bd3b (patch)
treed857413298cd7ece92c9281d141328cf07c6df07 /src/qcommon/qcommon.h
parentdf10b2a4424296ab35f2826cc67ac4257655c02a (diff)
silence a bunch of compiler warnings
Diffstat (limited to 'src/qcommon/qcommon.h')
-rw-r--r--src/qcommon/qcommon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qcommon/qcommon.h b/src/qcommon/qcommon.h
index ef8fcbd5..0413a36c 100644
--- a/src/qcommon/qcommon.h
+++ b/src/qcommon/qcommon.h
@@ -742,7 +742,7 @@ void Field_CompleteFilename( const char *dir,
const char *ext, qboolean stripExt, qboolean allowNonPureFilesOnDisk );
void Field_CompleteCommand( char *cmd,
qboolean doCommands, qboolean doCvars );
-void Field_CompletePlayerName( char **names, int count );
+void Field_CompletePlayerName( const char *const *names, int count );
/*
==============================================================