Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/ResizableLib/ResizableState.h')
-rw-r--r--src/ui/ResizableLib/ResizableState.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/ui/ResizableLib/ResizableState.h b/src/ui/ResizableLib/ResizableState.h
index 1e5e7c35f..0bc8c47a9 100644
--- a/src/ui/ResizableLib/ResizableState.h
+++ b/src/ui/ResizableLib/ResizableState.h
@@ -6,7 +6,7 @@
// (http://www.geocities.com/ppescher - ppescher@yahoo.com)
//
// The contents of this file are subject to the Artistic License (the "License").
-// You may not use this file except in compliance with the License.
+// You may not use this file except in compliance with the License.
// You may obtain a copy of the License at:
// http://www.opensource.org/licenses/artistic-license.html
//
@@ -21,18 +21,18 @@
#pragma once
#endif // _MSC_VER > 1000
-class CResizableState
+class CResizableState
{
protected:
- // non-zero if successful
- BOOL LoadWindowRect(LPCTSTR pszSection, BOOL bRectOnly);
- BOOL SaveWindowRect(LPCTSTR pszSection, BOOL bRectOnly);
+ // non-zero if successful
+ BOOL LoadWindowRect(LPCTSTR pszSection, BOOL bRectOnly);
+ BOOL SaveWindowRect(LPCTSTR pszSection, BOOL bRectOnly);
- virtual CWnd* GetResizableWnd() = 0;
+ virtual CWnd* GetResizableWnd() = 0;
public:
- CResizableState();
- virtual ~CResizableState();
+ CResizableState();
+ virtual ~CResizableState();
};
#endif // !defined(AFX_RESIZABLESTATE_H__INCLUDED_)