]> git.lyx.org Git - lyx.git/commit
Fix minor annoyance with previous commit.
authorRichard Kimberly Heck <rikiheck@lyx.org>
Tue, 29 Sep 2020 02:07:08 +0000 (22:07 -0400)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Tue, 29 Sep 2020 02:07:08 +0000 (22:07 -0400)
commit594401912b5e30397cf258d07a732fccdf481670
tree48390e051a32a4a2f159c868c0826fbd17967290
parent6f643e52d43423dc85457158e3746b331115fe47
Fix minor annoyance with previous commit.

When validating local layout, in particular, we create a dummy text TextClass
and so are not necessarily modifying previously declared material. Hence, we
get a spurious (but harmless) "Incomplete argument definition!" warning. This
suppresses it, but to do that we need to propogate the ReadType.
src/Layout.cpp
src/Layout.h
src/TextClass.cpp
src/TextClass.h