]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ControlVCLog.C
The reference dialog now disconnects from the inset on Apply. Its behaviour
[lyx.git] / src / frontends / controllers / ControlVCLog.C
index e2bd3fe1428b6d0cd8667320fb8a64dc9fcb4de8..cc0ad7f7790f8d41d25672c7e76759a5edf4a912 100644 (file)
@@ -1,4 +1,3 @@
-// -*- C++ -*-
 /* This file is part of
  * ======================================================
  *
 #include "ButtonControllerBase.h"
 #include "ControlVCLog.h"
 #include "buffer.h"
+#include "BufferView.h"
 #include "LyXView.h"
 #include "Dialogs.h"
 #include "lyxrc.h"
+#include "support/lyxlib.h"
 
 using SigC::slot;
 using std::endl;
@@ -44,7 +45,7 @@ string const ControlVCLog::getBufferFileName() const
 }
 
 
-std::stringstream & ControlVCLog::getVCLogFile(std::stringstream & ss) const
+stringstream & ControlVCLog::getVCLogFile(stringstream & ss) const
 {
        string const name = lv_.view()->buffer()->lyxvc.getLogFile();