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:
authorUnderground78 <underground78@users.sourceforge.net>2015-01-25 15:47:48 +0300
committerUnderground78 <underground78@users.sourceforge.net>2015-01-25 15:47:48 +0300
commit6fcba1bead7608fb480ab943ab9689bc66f4e009 (patch)
treeef5a968e7749e8f80f310fd44a43fc5b1d394193 /src/Subtitles/DVBSub.h
parent46ce9d630e7891230c9648afb0c17088681573e6 (diff)
parent013ebae50427b2e985939439202e206373ed5aee (diff)
Merge branch 'release-1.7.8'1.7.8
Diffstat (limited to 'src/Subtitles/DVBSub.h')
-rw-r--r--src/Subtitles/DVBSub.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Subtitles/DVBSub.h b/src/Subtitles/DVBSub.h
index e000801a7..bbfba28d9 100644
--- a/src/Subtitles/DVBSub.h
+++ b/src/Subtitles/DVBSub.h
@@ -199,12 +199,12 @@ private:
bool rendered;
DVB_PAGE()
- : pageTimeOut(0)
+ : rtStart(0)
+ , rtStop(0)
+ , pageTimeOut(0)
, pageVersionNumber(0)
, pageState(0)
- , rendered(false)
- , rtStart(0)
- , rtStop(0) {
+ , rendered(false) {
}
};