]> git.lyx.org Git - lyx.git/blobdiff - src/VCBackend.h
* src/LyXRC.{cpp,h}:
[lyx.git] / src / VCBackend.h
index 9d9f1c9b47852906b14e0478c1df05260bd72e42..598f1328ebb325d848b42d86abaf7060290f3159 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef VC_BACKEND_H
 #define VC_BACKEND_H
 
-#include "support/filename.h"
+#include "support/FileName.h"
 
 #include <string>
 
@@ -50,9 +50,7 @@ public:
        /// return the current version description
        virtual std::string const versionString() const = 0;
        /// return the current version
-       std::string const & version() const {
-               return version_;
-       }
+       std::string const & version() const { return version_; }
        /// return the user who has locked the file
        std::string const & locker() const { return locker_; }
        /// set the owning buffer