summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h
index 35d6fd1a..1e55e79d 100644
--- a/config.h
+++ b/config.h
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: config.h,v 1.38 2008-03-13 22:09:23 phintuka Exp $
+ * $Id: config.h,v 1.39 2008-03-13 22:12:05 phintuka Exp $
*
*/
@@ -353,7 +353,7 @@ class config_t {
protected:
bool ProcessArg(const char *Name, const char *Value);
- char *m_ProcessedArgs;
+ static cString m_ProcessedArgs;
static uint8_t *hidden_options;
static uint8_t *readonly_options;