diff options
Diffstat (limited to 'test/ScintillaCallable.py')
-rw-r--r-- | test/ScintillaCallable.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ScintillaCallable.py b/test/ScintillaCallable.py index c812738a5..05cc5f671 100644 --- a/test/ScintillaCallable.py +++ b/test/ScintillaCallable.py @@ -83,7 +83,7 @@ class ScintillaCallable: not name.startswith("Get") and \ not feature["Param1Type"] and \ not feature["Param2Type"] and \ - feature["ReturnType"] in ["bool", "int", "position", "line"]: + feature["ReturnType"] in ["bool", "int", "position", "line", "pointer"]: #~ print("property", feature) return self._scifn(self._sciptr, value, None, None) elif name.startswith("SCN_") and name in self.k: |