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/Subtitles/RTS.h')
-rw-r--r--src/Subtitles/RTS.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Subtitles/RTS.h b/src/Subtitles/RTS.h
index b41d31b7f..eb656d3a7 100644
--- a/src/Subtitles/RTS.h
+++ b/src/Subtitles/RTS.h
@@ -102,6 +102,7 @@ protected:
public:
CPolygon(STSStyle& style, CStringW str, int ktype, int kstart, int kend, double scalex, double scaley, int baseline);
+ CPolygon(CPolygon&); // can't use a const reference because we need to use CAtlArray::Copy which expects a non-const reference
virtual ~CPolygon();
virtual CWord* Copy();