diff options
Diffstat (limited to 'scintilla/src/Editor.h')
-rw-r--r-- | scintilla/src/Editor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scintilla/src/Editor.h b/scintilla/src/Editor.h index 82640fb..15adde8 100644 --- a/scintilla/src/Editor.h +++ b/scintilla/src/Editor.h @@ -153,7 +153,7 @@ struct WrapPending { */
class Editor : public EditModel, public DocWatcher {
// Private so Editor objects can not be copied
- Editor(const Editor &);
+ explicit Editor(const Editor &);
Editor &operator=(const Editor &);
protected: // ScintillaBase subclass needs access to much of Editor
|