]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Fix build.
authorVMware, Inc <>
Thu, 18 Nov 2010 21:40:05 +0000 (13:40 -0800)
committerMarcelo Vanzin <mvanzin@vmware.com>
Thu, 18 Nov 2010 21:40:05 +0000 (13:40 -0800)
Signed-off-by: Marcelo Vanzin <mvanzin@vmware.com>
open-vm-tools/services/plugins/unity/ghIntegration/platform.cc

index cf12ff69ed7afb3b345bd2088c0e7e75b2c0ff56..b4f7bd9e2ff333d85bc19d5ac8d9bb8bb2ab3cc3 100644 (file)
@@ -1450,7 +1450,7 @@ GHIPlatformShellOpen(GHIPlatform *ghip,    // IN
             std::vector<Glib::ustring> argv;
             argv.push_back(unixFile);
             try {
-               Glib::spawn_async("" /* inherit cwd */, argv, ghip->nativeEnviron, 0);
+               Glib::spawn_async("" /* inherit cwd */, argv, ghip->nativeEnviron, (Glib::SpawnFlags) 0);
                success = TRUE;
             } catch(Glib::SpawnError& e) {
                g_warning("%s: %s: %s\n", __func__, unixFile.c_str(), e.what().c_str());