SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
15
editors/subtitleeditor/patches/patch-src_document_h
Normal file
15
editors/subtitleeditor/patches/patch-src_document_h
Normal file
|
@ -0,0 +1,15 @@
|
|||
clang wants "complete" declarations at class header, in particular
|
||||
default ctors
|
||||
|
||||
Index: src/document.h
|
||||
--- src/document.h.orig
|
||||
+++ src/document.h
|
||||
@@ -65,7 +65,7 @@ class Document : protected CommandSystem (public)
|
||||
/*
|
||||
* Constructor by copy
|
||||
*/
|
||||
- Document(Document ©, bool copy_subtitles );
|
||||
+ Document(Document ©, bool copy_subtitles = true);
|
||||
|
||||
/*
|
||||
* Destructor
|
Loading…
Add table
Add a link
Reference in a new issue