]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ControlVCLog.h
Rob Lahaye's "iconify dialogs with main window if so desired" patch.
[lyx.git] / src / frontends / controllers / ControlVCLog.h
index 509a24bcb89a77f7bf0f271d616ea02af5fa4d91..b54bdadd01f2ef6821c1b8ae5d1d1083caa90ff5 100644 (file)
 #endif
 
 #include "ControlDialogs.h"
+#include "Lsstream.h"
 
 /**
  * A controller for the Version Control log viewer.
  */
-class stringstream;
-
 class ControlVCLog : public ControlDialog<ControlConnectBD> {
 public:
        ///
        ControlVCLog(LyXView &, Dialogs &);
        /// get a stringstream containing the log file
-       std::stringstream & getVCLogFile(std::stringstream & ss) const;
+       stringstream & getVCLogFile(stringstream & ss) const;
        /// get the filename of the buffer
        string const getBufferFileName() const;