diff options
author | Andrei Karas <akaras@inbox.ru> | 2020-05-11 12:20:48 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2020-05-11 12:20:48 +0300 |
commit | f8a9cbf78a0ae2f1d571f773275cd6493fb1a4ea (patch) | |
tree | 6029f4050a42609fb5045565ea7668cd84e32a3d /src/gui | |
parent | 595155193e6f9202d240f0798a39e33a6779366a (diff) | |
download | plus-f8a9cbf78a0ae2f1d571f773275cd6493fb1a4ea.tar.gz plus-f8a9cbf78a0ae2f1d571f773275cd6493fb1a4ea.tar.bz2 plus-f8a9cbf78a0ae2f1d571f773275cd6493fb1a4ea.tar.xz plus-f8a9cbf78a0ae2f1d571f773275cd6493fb1a4ea.zip |
Remove useless struct keyword
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/windows/whoisonline.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/windows/whoisonline.cpp b/src/gui/windows/whoisonline.cpp index b55515208..0e79a9bda 100644 --- a/src/gui/windows/whoisonline.cpp +++ b/src/gui/windows/whoisonline.cpp @@ -576,7 +576,7 @@ int WhoIsOnline::downloadThread(void *ptr) // Make sure the resources2.txt and news.txt aren't cached, // in order to always get the latest version. - struct curl_slist *pHeaders = nullptr; + curl_slist *pHeaders = nullptr; pHeaders = curl_slist_append( pHeaders, "pragma: no-cache"); pHeaders = curl_slist_append(pHeaders, |