ESP8266 WiFi Module Web Server library

Revision:
2:6079554681d6
Parent:
1:1c4333ce7448
Child:
3:4ef7db7a95a7
--- a/ESP8266_WebServer.h	Thu Jan 01 10:22:31 2015 +0000
+++ b/ESP8266_WebServer.h	Thu Jan 01 14:59:13 2015 +0000
@@ -64,7 +64,7 @@
         void SendError(int linkID, const char* error);
         void Send404Error(int linkID);
         void SendReply(int linkID, std::string reply, const char* mimeType);
-        void SendReply(int linkID, const char* reply, int replySize, const char* mimeType);
+        void SendReply(int linkID, char const* reply, int replySize, const char* mimeType);
         void SendFile(int linkID, FileHandle* file, const char* mimeType);
 };