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/apps/mplayerc/ChildView.h')
-rw-r--r--src/apps/mplayerc/ChildView.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/apps/mplayerc/ChildView.h b/src/apps/mplayerc/ChildView.h
index ad27d2db7..05cdf8c24 100644
--- a/src/apps/mplayerc/ChildView.h
+++ b/src/apps/mplayerc/ChildView.h
@@ -43,13 +43,13 @@ public:
public:
void SetVideoRect(CRect r = CRect(0,0,0,0));
- CRect GetVideoRect()
+ CRect GetVideoRect() const
{
return(m_vrect);
}
void LoadLogo();
- CSize GetLogoSize();
+ CSize GetLogoSize() const;
protected:
virtual BOOL PreCreateWindow(CREATESTRUCT& cs);