mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Fixes for new override system
This commit is contained in:
parent
5d1a9e6873
commit
7d64d6dd21
4 changed files with 4 additions and 4 deletions
|
@ -1462,7 +1462,7 @@ namespace IDE.ui
|
|||
PasteText(theString, false);
|
||||
}
|
||||
|
||||
public override void InsertAtCursor(String theString, InsertFlags insertFlags)
|
||||
public override void InsertAtCursor(String theString, InsertFlags insertFlags = .None)
|
||||
{
|
||||
var insertFlags;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue