]> git.lyx.org Git - lyx.git/blobdiff - src/Text.cpp
Fulfill promise to Andre: TextClass_ptr --> TextClassPtr.
[lyx.git] / src / Text.cpp
index 6ca5d485dcbdedbb7d76f1d6df2ac7589c727cd0..31bc420673d83b99a6374a993b0a2bc4a59f6c9c 100644 (file)
@@ -1141,7 +1141,7 @@ bool Text::dissolveInset(Cursor & cur) {
                                        b.getLanguage());
                }
 
-               pasteParagraphList(cur, plist, b.params().getTextClass_ptr(),
+               pasteParagraphList(cur, plist, b.params().getTextClassPtr(),
                                   b.errorList("Paste"));
                // restore position
                cur.pit() = std::min(cur.lastpit(), spit);