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/mpc-hc/PlayerInfoBar.h')
-rw-r--r--src/mpc-hc/PlayerInfoBar.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mpc-hc/PlayerInfoBar.h b/src/mpc-hc/PlayerInfoBar.h
index 72c542fe7..dfeac5ee0 100644
--- a/src/mpc-hc/PlayerInfoBar.h
+++ b/src/mpc-hc/PlayerInfoBar.h
@@ -1,6 +1,6 @@
/*
* (C) 2003-2006 Gabest
- * (C) 2006-2014 see Authors.txt
+ * (C) 2006-2015 see Authors.txt
*
* This file is part of MPC-HC.
*
@@ -48,9 +48,9 @@ public:
BOOL Create(CWnd* pParentWnd);
- void SetLine(CString label, CString info);
+ bool SetLine(CString label, CString info);
void GetLine(CString label, CString& info);
- void RemoveLine(CString label);
+ bool RemoveLine(CString label);
void RemoveAllLines();
protected: