]> git.lyx.org Git - features.git/commitdiff
Fix linking errors for check_filetools, check_trivstring, check_convert, check_lstrings
authorKornel Benko <kornel@lyx.org>
Fri, 22 Dec 2017 06:19:13 +0000 (07:19 +0100)
committerKornel Benko <kornel@lyx.org>
Fri, 22 Dec 2017 06:19:13 +0000 (07:19 +0100)
This may amend f1df7e478da5934a77436f039429d8d2411f3efb

src/support/tests/dummy_functions.cpp

index b7dcf6f687df2e9beea24bff59733b9724029dfb..773a4265b8e8b3fd60cf20fa40d04ed268c470e8 100644 (file)
@@ -61,4 +61,12 @@ namespace lyx {
                static frontend::FontMetrics dummy;
                return dummy;
        }
+
+       struct App {
+               bool cancel_export;
+       };
+
+       App app;
+       App theApp() { return app; }
+
 } // namespace lyx