X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyxlength.h;h=565d820fd6d39cf860352f001ab544d95c55f127;hb=5091380d6bad1686800e384ed1bbb03836a15aab;hp=93272d7429cb5e59ae3480d2604d6c207f2023ef;hpb=cf216cd7fc8ec452e3147171ab6a107c88906b06;p=lyx.git diff --git a/src/lyxlength.h b/src/lyxlength.h index 93272d7429..565d820fd6 100644 --- a/src/lyxlength.h +++ b/src/lyxlength.h @@ -68,7 +68,7 @@ public: /// return string representation for LaTeX string const asLatexString() const; /// return the on-screen size of this length - int inPixels(int default_width, int default_height) const; + int inPixels(int text_width, int em_width = 0) const; /// return the on-screen size of this length of an image int inBP() const;