summaryrefslogtreecommitdiff
path: root/src/gettext.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gettext.h')
-rw-r--r--src/gettext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gettext.h b/src/gettext.h
index 9b4e801f7..0170d1c45 100644
--- a/src/gettext.h
+++ b/src/gettext.h
@@ -34,7 +34,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#ifdef _MSC_VER
void init_gettext(const char *path, const std::string &configured_language,
- int argc, char** argv);
+ int argc, const char *argv[]);
#else
void init_gettext(const char *path, const std::string &configured_language);
#endif