diff options
Diffstat (limited to 'osdep/Http.hpp')
| -rw-r--r-- | osdep/Http.hpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/osdep/Http.hpp b/osdep/Http.hpp index a1882add..86759ad2 100644 --- a/osdep/Http.hpp +++ b/osdep/Http.hpp @@ -89,7 +89,7 @@ public:  	 *  	 * @return HTTP status code or 0 on error (responseBody will contain error message)  	 */ -	static inline unsigned int DELETE( +	static inline unsigned int DEL(  		unsigned long maxResponseSize,  		unsigned long timeout,  		const struct sockaddr *remoteAddress, | 
