From c05277882c111760d4e275b8521bb057e913a946 Mon Sep 17 00:00:00 2001 From: lordjaxom Date: Tue, 21 Dec 2004 18:35:54 +0000 Subject: - dunno --- xml/skin.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'xml/skin.h') diff --git a/xml/skin.h b/xml/skin.h index 8aae5f1..b44a498 100644 --- a/xml/skin.h +++ b/xml/skin.h @@ -1,5 +1,5 @@ /* - * $Id: skin.h,v 1.1 2004/12/19 22:03:28 lordjaxom Exp $ + * $Id: skin.h,v 1.2 2004/12/21 18:35:55 lordjaxom Exp $ */ #ifndef VDR_TEXT2SKIN_XML_SKIN_H @@ -37,15 +37,13 @@ private: cxDisplays mDisplays; -protected: - void SetBase(eScreenBase Base); - public: cxSkin(const std::string &Name); cxDisplay *Get(cxDisplay::eType Type); bool ParseBase(const std::string &Text); + void SetBase(eScreenBase Base = (eScreenBase)-1); eScreenBase Base(void) const { return mBase; } const txPoint &BaseOffset(void) const { return mBaseOffset; } -- cgit v1.2.3