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

@@ -36,7 +36,7 @@ static constexpr const char* GIT_STASH = "git-stash";
class GitPlugin : public PluginBase {
public:
static PluginDefinition Definition() {
return { "git", "Git", "Git integration", GitPlugin::New, { 0, 1, 0 }, GitPlugin::NewSync };
return { "git", "Git", "Git integration", GitPlugin::New, { 0, 1, 1 }, GitPlugin::NewSync };
}
static Plugin* New( PluginManager* pluginManager );