X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FFloatList.cpp;h=3ed9127d39a45a548da47aa02846a2299f324846;hb=0ce10160daadc904ab1221eaeef0d005694f0f0c;hp=6cbbd2c237446e58e151eadfc9eeff036af8b7ef;hpb=f1cba8ff64b369792fd49f5ddf90e8126ab476ac;p=lyx.git diff --git a/src/FloatList.cpp b/src/FloatList.cpp index 6cbbd2c237..3ed9127d39 100644 --- a/src/FloatList.cpp +++ b/src/FloatList.cpp @@ -35,7 +35,7 @@ FloatList::const_iterator FloatList::end() const void FloatList::newFloat(Floating const & fl) { - list[fl.type()] = fl; + list[fl.floattype()] = fl; }