]> git.lyx.org Git - lyx.git/blobdiff - src/FloatList.cpp
Header cleanup cont.
[lyx.git] / src / FloatList.cpp
index 6cbbd2c237446e58e151eadfc9eeff036af8b7ef..3ed9127d39a45a548da47aa02846a2299f324846 100644 (file)
@@ -35,7 +35,7 @@ FloatList::const_iterator FloatList::end() const
 
 void FloatList::newFloat(Floating const & fl)
 {
-       list[fl.type()] = fl;
+       list[fl.floattype()] = fl;
 }