summaryrefslogtreecommitdiffstats
path: root/src/network/access/qnetworkcookie_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/access/qnetworkcookie_p.h')
-rw-r--r--src/network/access/qnetworkcookie_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/access/qnetworkcookie_p.h b/src/network/access/qnetworkcookie_p.h
index 2c099ac922..6bf8a059a4 100644
--- a/src/network/access/qnetworkcookie_p.h
+++ b/src/network/access/qnetworkcookie_p.h
@@ -73,7 +73,7 @@ public:
bool httpOnly;
};
-static inline bool isLWS(register char c)
+static inline bool isLWS(char c)
{
return c == ' ' || c == '\t' || c == '\r' || c == '\n';
}