]> git.lyx.org Git - lyx.git/blobdiff - src/main.cpp
Account for old versions of Pygments
[lyx.git] / src / main.cpp
index b72725372be83e04874a17570fae7441fc19ef84..5c4fb468459dbc3fa2a7ab12bbf418d1b6f7674e 100644 (file)
@@ -35,7 +35,7 @@ int main(int argc, char * argv[])
        // early as possible.
        lyx::lyxerr.setStream(cerr);
 
-       lyx::support::os::init(argc, argv);
+       lyx::support::os::init(argc, &argv);
 
        lyx::LyX the_lyx_instance;