compile fix
git-svn-id: svn://localhost/ardour2/branches/3.0@8660 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
91e6c1b176
commit
2b839bd13b
@ -106,7 +106,7 @@ Please consider the possibilities, and perhaps (re)start JACK."));
|
||||
extern void set_language_preference (); // cocoacarbon.mm
|
||||
|
||||
void
|
||||
fixup_bundle_environment ()
|
||||
fixup_bundle_environment (int, char* [])
|
||||
{
|
||||
if (!getenv ("ARDOUR_BUNDLED")) {
|
||||
return;
|
||||
@ -525,7 +525,7 @@ int ardour_main (int argc, char *argv[])
|
||||
int main (int argc, char *argv[])
|
||||
#endif
|
||||
{
|
||||
fixup_bundle_environment ();
|
||||
fixup_bundle_environment (argc, argv);
|
||||
|
||||
if (!Glib::thread_supported())
|
||||
Glib::thread_init();
|
||||
|
Loading…
Reference in New Issue
Block a user