diff options
Diffstat (limited to 'qt/ScintillaEditPy/sepbuild.py')
| -rw-r--r-- | qt/ScintillaEditPy/sepbuild.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/qt/ScintillaEditPy/sepbuild.py b/qt/ScintillaEditPy/sepbuild.py index 43d9930fd..be1b238da 100644 --- a/qt/ScintillaEditPy/sepbuild.py +++ b/qt/ScintillaEditPy/sepbuild.py @@ -77,7 +77,7 @@ def methodSignature(name, v, options):  	argTypes = ""  	p1Type = WidgetGen.cppAlias(v["Param1Type"])  	if p1Type == "int": -		p1Type = "uptr_t" +		p1Type = "sptr_t"  	if p1Type:  		argTypes = argTypes + p1Type  	p2Type = WidgetGen.cppAlias(v["Param2Type"])  | 
