diff options
Diffstat (limited to 'toxcore')
-rw-r--r-- | toxcore/tox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/tox.h b/toxcore/tox.h index 82552eea..286d323a 100644 --- a/toxcore/tox.h +++ b/toxcore/tox.h | |||
@@ -344,7 +344,7 @@ struct Tox_Options { | |||
344 | * | 344 | * |
345 | * This member is ignored (it can be NULL) if proxy_enabled is false. | 345 | * This member is ignored (it can be NULL) if proxy_enabled is false. |
346 | */ | 346 | */ |
347 | const char *proxy_address; | 347 | char *proxy_address; |
348 | 348 | ||
349 | /** | 349 | /** |
350 | * The port to use to connect to the proxy server. | 350 | * The port to use to connect to the proxy server. |