don't try to switch to theme 'default' if it doesn't exist

This commit is contained in:
Chris Danford
2006-06-15 06:39:08 +00:00
parent aa9eea16e0
commit 960da85a05
2 changed files with 11 additions and 2 deletions
+5
View File
@@ -93,6 +93,11 @@ public:
return m_currentValue;
}
const T &GetDefault() const
{
return m_defaultValue;
}
operator const T () const
{
return Get();