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:
authorXhmikosR <xhmikosr@users.sourceforge.net>2012-05-11 11:51:27 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2012-05-11 11:51:27 +0400
commitf70011e77e6970e05e7526212c99eb008c47e252 (patch)
treec2746c184ba16f634f5d1c267de6a00682057a33 /src/DSUtil/DSMPropertyBag.h
parent1467166ca1ded7df5aa92964692a4d757bac06e0 (diff)
DSUtil: keep one line statements
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4686 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/DSUtil/DSMPropertyBag.h')
-rw-r--r--src/DSUtil/DSMPropertyBag.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/DSUtil/DSMPropertyBag.h b/src/DSUtil/DSMPropertyBag.h
index 454516a19..dece66c20 100644
--- a/src/DSUtil/DSMPropertyBag.h
+++ b/src/DSUtil/DSMPropertyBag.h
@@ -110,9 +110,7 @@ protected:
public:
IDSMResourceBagImpl();
- void operator += (const CDSMResource& r) {
- m_resources.Add(r);
- }
+ void operator += (const CDSMResource& r) { m_resources.Add(r); }
// IDSMResourceBag
@@ -162,10 +160,7 @@ protected:
public:
IDSMChapterBagImpl();
- void operator += (const CDSMChapter& c) {
- m_chapters.Add(c);
- m_fSorted = false;
- }
+ void operator += (const CDSMChapter& c) { m_chapters.Add(c); m_fSorted = false; }
// IDSMChapterBag