summaryrefslogtreecommitdiff
path: root/server/connectionHTTP.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/connectionHTTP.h')
-rw-r--r--server/connectionHTTP.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/connectionHTTP.h b/server/connectionHTTP.h
index d968c3e..8772e77 100644
--- a/server/connectionHTTP.h
+++ b/server/connectionHTTP.h
@@ -59,7 +59,7 @@ public:
cConnectionHTTP(void);
virtual ~cConnectionHTTP();
- virtual cString ToText() const;
+ virtual cString ToText(char Delimiter = ' ') const;
virtual bool CanAuthenticate(void);