]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetbib.C
clear()->erase() ; lots of using directives for cxx
[lyx.git] / src / insets / insetbib.C
index 6d30d257fbaf026fca85dd297c0d36a19df772cc..7bebfb9d1fba3028f8881902b815f4a3227d342d 100644 (file)
@@ -2,6 +2,7 @@
 
 #include <fstream>
 using std::ifstream;
+using std::getline;
 
 #include <cstdlib>
 
@@ -21,6 +22,7 @@ using std::ifstream;
 #include "lyxtext.h"
 #include "support/filetools.h"
 
+using std::ostream;
 using std::endl;
 
 extern BufferView * current_view;
@@ -322,7 +324,7 @@ string InsetBibtex::getScreenLabel() const
 
 
 int InsetBibtex::Latex(ostream & os,
-                      signed char /*fragile*/, bool/*fs*/) const
+                      bool /*fragile*/, bool/*fs*/) const
 {
        // this looks like an horrible hack and it is :) The problem
        // is that owner is not initialized correctly when the bib