diff options
Diffstat (limited to 'gtk/ScintillaGTK.h')
-rw-r--r-- | gtk/ScintillaGTK.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/ScintillaGTK.h b/gtk/ScintillaGTK.h index c227d7b77..a20f3bcd4 100644 --- a/gtk/ScintillaGTK.h +++ b/gtk/ScintillaGTK.h @@ -73,7 +73,7 @@ class ScintillaGTK : public ScintillaBase { public: explicit ScintillaGTK(_ScintillaObject *sci_); - // Deleted so ScintillaGTK objects can not be copied + // Deleted so ScintillaGTK objects can not be copied. ScintillaGTK(const ScintillaGTK &) = delete; ScintillaGTK &operator=(const ScintillaGTK &) = delete; virtual ~ScintillaGTK(); |