]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormVCLog.C
Bugfixes: checkboxes to radiobuttons (from J�rgen S) and remove a little
[lyx.git] / src / frontends / xforms / FormVCLog.C
index 7620ad4c839c4834322a72901fadb06d210a11cb..b9ccbe3d1ca93d1f488fa979f0e1c7aacca281c7 100644 (file)
@@ -3,17 +3,18 @@
  * John Levon, moz@compsoc.man.ac.uk
  */
 
+#include <config.h>
+#include "Lsstream.h"
+
 #ifdef __GNUG__
 #pragma implementation
 #endif
 
-#include <config.h>
 #include "xformsBC.h"
 #include "ControlVCLog.h"
 #include "FormVCLog.h"
 #include "form_browser.h"
 #include "gettext.h"
-#include "Lsstream.h"
 
 FormVCLog::FormVCLog(ControlVCLog & c)
        : FormCB<ControlVCLog, FormBrowser>(c, _("Version Control Log"))
@@ -24,7 +25,7 @@ void FormVCLog::update()
 {
        fl_clear_browser(dialog_->browser);
 
-       std::stringstream ss;
+       stringstream ss;
  
        fl_add_browser_line(dialog_->browser,
                            controller().getVCLogFile(ss).str().c_str());