Revision:
6:e269a1b3bf4f
Parent:
5:36d14584e42f
--- a/ShoutcastConnector.cpp	Sat Jan 29 21:15:17 2011 +0000
+++ b/ShoutcastConnector.cpp	Wed Feb 02 20:08:24 2011 +0000
@@ -26,7 +26,7 @@
 
 }
 
-int ShoutcastConnector::Connect(IpAddr address, int port, char * path) {
+int ShoutcastConnector::Connect(IpAddr address, int port, const char * path) {
 
     if ((ReadState!=GET_RESPONSE)||(WriteState!=PUT_HEADER)) {
         Disconnect();