]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/ref_inset.C
split LyXText::rowlist_ into individual Paragraph::rows_ chunks
[lyx.git] / src / mathed / ref_inset.C
index 58638c3afcddc501a60a235ac5ba15371bf08d3c..bb07534a3b888046719715719ef6cf7bd5745a01 100644 (file)
@@ -16,6 +16,7 @@
 #include "support/LOstream.h"
 
 using std::auto_ptr;
+using std::endl;
 
 
 RefInset::RefInset()
@@ -46,7 +47,7 @@ RefInset::dispatch(FuncRequest const & cmd, idx_type & idx, pos_type & pos)
        switch (cmd.action) {
                case LFUN_MOUSE_RELEASE:
                        if (cmd.button() == mouse_button::button3) {
-                               lyxerr << "trying to goto ref" << cell(0) << "\n";
+                               lyxerr << "trying to goto ref" << cell(0) << endl;
                                cmd.view()->dispatch(FuncRequest(LFUN_REF_GOTO, asString(cell(0))));
                                return DISPATCHED;
                        }