Try fix new Sys functions in Haiku.

This commit is contained in:
Martín Lucas Golini
2024-09-28 14:26:37 -03:00
parent 5a7e7e5387
commit 8c898b68e2
8 changed files with 48 additions and 21 deletions

View File

@@ -63,7 +63,7 @@ class AutoCompletePlugin : public Plugin {
"Auto complete shows the completion popup as you type, so you can fill "
"in long words by typing only a few characters.",
AutoCompletePlugin::New,
{ 0, 2, 5 },
{ 0, 2, 6 },
AutoCompletePlugin::NewSync };
}