summaryrefslogtreecommitdiff
path: root/xml/display.h
diff options
context:
space:
mode:
Diffstat (limited to 'xml/display.h')
-rw-r--r--xml/display.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/xml/display.h b/xml/display.h
index df502b7..c7a617a 100644
--- a/xml/display.h
+++ b/xml/display.h
@@ -1,5 +1,5 @@
/*
- * $Id: display.h,v 1.3 2005/01/02 20:01:45 lordjaxom Exp $
+ * $Id: display.h,v 1.4 2005/01/02 20:16:00 lordjaxom Exp $
*/
#ifndef VDR_TEXT2SKIN_DISPLAY_H
@@ -39,8 +39,8 @@ private:
public:
cxDisplay(cxSkin *parent);
+ static const std::string &GetType(eType Type);
bool ParseType(const std::string &Text);
- const std::string &GetType(void) const;
eType Type(void) const { return mType; }
const txWindow *Windows(void) const { return mWindows; }