commit ee0cc3cec1cf97e154e968d33dc580f37eb29e84
Author: Enrico Forestieri <for...@lyx.org>
Date:   Thu Apr 13 09:38:46 2017 +0200

    Fix tests after 031748d9
---
 src/tests/check_layout.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/tests/check_layout.cpp b/src/tests/check_layout.cpp
index 8e2bb6c..646108c 100644
--- a/src/tests/check_layout.cpp
+++ b/src/tests/check_layout.cpp
@@ -118,7 +118,7 @@ bool test_Layout(string const & input, string const & 
output)
 
 int main(int argc, char * argv[])
 {
-       os::init(argc, argv);
+       os::init(argc, &argv);
        lyxerr.setStream(cerr);
        if (argc < 2 || argc > 3) {
                cerr << "Usage: " << argv[0] << " <input layout file> [<output 
layout file>]\n";

Reply via email to