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:
authorKacper Michajłow <kasper93@gmail.com>2016-04-01 23:32:44 +0300
committerKacper Michajłow <kasper93@gmail.com>2016-04-12 00:46:45 +0300
commitcaff8e732b5861da151791babccd4d5cbaab2eb5 (patch)
tree54852a38a4acd036cd31839badf947f40eee5f29 /src/SubPic
parent92ba8004cda68eda920a6d698332c94f9018c9f1 (diff)
Remove reduntant struct specifier
Diffstat (limited to 'src/SubPic')
-rw-r--r--src/SubPic/ISubPic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SubPic/ISubPic.h b/src/SubPic/ISubPic.h
index b22c7045b..f767dc4cd 100644
--- a/src/SubPic/ISubPic.h
+++ b/src/SubPic/ISubPic.h
@@ -34,7 +34,7 @@ struct SubPicDesc {
BYTE* bitsV;
RECT vidrect; // video rectangle
- struct SubPicDesc()
+ SubPicDesc()
: type(0)
, w(0)
, h(0)