X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FFontList.h;h=61ab2205f244d3d78f122ff7cf13d1d4e560dc6e;hb=2f71fca7df3c7149542cadf577395ecedf82bbf5;hp=d6733f9de596f593811159caf09a0f625edb8067;hpb=aeebc6565c77609d0c636e5102fc2fabef9af44a;p=lyx.git diff --git a/src/FontList.h b/src/FontList.h index d6733f9de5..61ab2205f2 100644 --- a/src/FontList.h +++ b/src/FontList.h @@ -84,7 +84,7 @@ public: /// bool empty() const { return list_.empty(); } /// - void clear() { return list_.clear(); } + void clear() { list_.clear(); } /// void erase(pos_type pos); ///