commit ccde0fb01dfe7db2286a6c88d640680f08cc9f3c
Author: Juergen Spitzmueller <[email protected]>
Date: Thu Jul 2 08:22:49 2020 +0200
constification
---
src/Length.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/Length.cpp b/src/Length.cpp
index a4d77f3..d286882 100644
--- a/src/Length.cpp
+++ b/src/Length.cpp
@@ -313,7 +313,7 @@ int Length::inBP() const
double const text_width_in = 210.0 / 2.54; // assume A4
double const em_width_in = 10.0 / 72.27;
- double result = 72.0 * inInch(text_width_in, em_width_in);
+ double const result = 72.0 * inInch(text_width_in, em_width_in);
return support::iround(result);
}
--
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs