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:
authorSpec-Chum <spec-chum@users.sourceforge.net>2010-04-02 23:28:08 +0400
committerSpec-Chum <spec-chum@users.sourceforge.net>2010-04-02 23:28:08 +0400
commit3b4fc12e5cfaa652683f9a3eb3e1bf49870a5ac3 (patch)
treefea1be18b053596fc9819b98f7c5e83ef4a6298e /src/DSUtil/DSMPropertyBag.h
parent4af0283e17036049e835c1c2837c0b43c0ac13b6 (diff)
Cosmetic changes to DSUtil (patch by Tetsuo55 - Told you I'd get you coding one day!)
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1775 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/DSUtil/DSMPropertyBag.h')
-rw-r--r--src/DSUtil/DSMPropertyBag.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/DSUtil/DSMPropertyBag.h b/src/DSUtil/DSMPropertyBag.h
index bd91914cf..0eeb11751 100644
--- a/src/DSUtil/DSMPropertyBag.h
+++ b/src/DSUtil/DSMPropertyBag.h
@@ -68,7 +68,7 @@ public:
CDSMResource(const CDSMResource& r);
CDSMResource(LPCWSTR name, LPCWSTR desc, LPCWSTR mime, BYTE* pData, int len, DWORD_PTR tag = 0);
virtual ~CDSMResource();
- void operator = (const CDSMResource& r);
+ CDSMResource& operator = (const CDSMResource& r);
// global access to all resources
static CCritSec m_csResources;
@@ -120,7 +120,7 @@ public:
CStringW name;
CDSMChapter();
CDSMChapter(REFERENCE_TIME rt, LPCWSTR name);
- void operator = (const CDSMChapter& c);
+ CDSMChapter& operator = (const CDSMChapter& c);
static int Compare(const void* a, const void* b);
};