patch-src_document_cc 453 B

123456789101112131415
  1. $OpenBSD: patch-src_document_cc,v 1.3 2017/05/11 19:41:33 espie Exp $
  2. Index: src/document.cc
  3. --- src/document.cc.orig
  4. +++ src/document.cc
  5. @@ -78,7 +78,7 @@ Document::Document()
  6. /*
  7. * Constructor by copy
  8. */
  9. -Document::Document(Document &src, bool copy_subtitles = true )
  10. +Document::Document(Document &src, bool copy_subtitles)
  11. :CommandSystem(*this), m_subtitles(*this), m_styles(*this), m_subtitleView(NULL)
  12. {
  13. m_timing_mode = src.m_timing_mode;