X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FFontList.h;h=61ab2205f244d3d78f122ff7cf13d1d4e560dc6e;hb=53a72a45266feb86c13f47615a4cbb15053f3c63;hp=59650b85cff5e80d18905c2745b11926d871aa6d;hpb=5ddc612b735317d5b22553a63aad7879503e3950;p=lyx.git diff --git a/src/FontList.h b/src/FontList.h index 59650b85cf..61ab2205f2 100644 --- a/src/FontList.h +++ b/src/FontList.h @@ -84,6 +84,8 @@ public: /// bool empty() const { return list_.empty(); } /// + void clear() { list_.clear(); } + /// void erase(pos_type pos); /// iterator fontIterator(pos_type pos);