diff options
author | spiff_ <spiff_@svn> | 2010-01-08 23:47:11 +0000 |
---|---|---|
committer | spiff_ <spiff_@svn> | 2010-01-08 23:47:11 +0000 |
commit | d5c23e36410e2570b1089da505acb2b69d53262a (patch) | |
tree | e38ac6cc8d36b323a3e800bb399585a014b3ea4f /guilib/GUIWindow.h | |
parent | ccea07a5a4229a0f7ebb7ff58e034820751a744a (diff) |
cosmetics
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@26558 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'guilib/GUIWindow.h')
-rw-r--r-- | guilib/GUIWindow.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/guilib/GUIWindow.h b/guilib/GUIWindow.h index 6f499eca87..512e844609 100644 --- a/guilib/GUIWindow.h +++ b/guilib/GUIWindow.h @@ -141,7 +141,7 @@ public: void SetRunActionsManually(); void RunLoadActions(); void RunUnloadActions(); - + bool HasProperty(const CStdString &strKey) const; void SetProperty(const CStdString &strKey, const char *strValue); void SetProperty(const CStdString &strKey, const CStdString &strValue); @@ -202,7 +202,7 @@ protected: //#endif void RunActions(std::vector<CGUIActionDescriptor>& actions); - + int m_idRange; bool m_bRelativeCoords; OVERLAY_STATE m_overlayState; @@ -242,7 +242,7 @@ protected: std::vector<CGUIActionDescriptor> m_loadActions; std::vector<CGUIActionDescriptor> m_unloadActions; - + bool m_manualRunActions; }; |