mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Cmake build: Add verbose variable to some dummy_functions.cpp
This commit is contained in:
parent
0b1cf1330d
commit
3c9d5d3cda
@ -34,5 +34,11 @@ namespace lyx {
|
||||
{
|
||||
return string();
|
||||
}
|
||||
//
|
||||
// Dummy verbose support
|
||||
//
|
||||
|
||||
bool verbose = false;
|
||||
|
||||
|
||||
}
|
||||
|
@ -52,5 +52,10 @@ namespace lyx {
|
||||
static frontend::FontMetrics dummy;
|
||||
return dummy;
|
||||
}
|
||||
//
|
||||
// Dummy verbose support
|
||||
//
|
||||
|
||||
bool verbose = false;
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user