]> git.lyx.org Git - features.git/blobdiff - src/insets/insettabular.C
Add a bunch of c_str() for string stream uses; remove lyxfunc symbol-insert.
[features.git] / src / insets / insettabular.C
index f97392473b2c2fedd11b7e238a3bd4b9fb6bbd91..88b234dfc42a84e634d8466ed807dc43355db574 100644 (file)
@@ -1950,7 +1950,7 @@ bool InsetTabular::copySelection(BufferView * bv)
 
     ostringstream sstr;
     paste_tabular->Ascii(bv->buffer(), sstr);
-    bv->stuffClipboard(sstr.str());
+    bv->stuffClipboard(sstr.str().c_str());
     return true;
 }