aboutsummaryrefslogtreecommitdiffhomepage
path: root/qt/ScintillaEditBase/PlatQt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qt/ScintillaEditBase/PlatQt.cpp')
-rw-r--r--qt/ScintillaEditBase/PlatQt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt/ScintillaEditBase/PlatQt.cpp b/qt/ScintillaEditBase/PlatQt.cpp
index e346acb9a..96b05a855 100644
--- a/qt/ScintillaEditBase/PlatQt.cpp
+++ b/qt/ScintillaEditBase/PlatQt.cpp
@@ -944,7 +944,7 @@ public:
PRectangle GetDesiredRect() override;
int CaretFromEdge() override;
void Clear() noexcept override;
- void Append(char *s, int type = -1) override;
+ void Append(char *s, int type) override;
int Length() override;
void Select(int n) override;
int GetSelection() override;