]> git.lyx.org Git - lyx.git/blobdiff - src/vc-backend.h
we rely on Windows and maybe Linux on a Qt bug
[lyx.git] / src / vc-backend.h
index d5e90303f3d1c50109a8e214722058c5aa7fad86..65eccd7f25b2370fd7fffc479437a245002680cd 100644 (file)
@@ -14,6 +14,9 @@
 
 #include <string>
 
+
+namespace lyx {
+
 class Buffer;
 
 /// A simple version control system interface
@@ -155,4 +158,7 @@ protected:
 private:
        std::string file_;
 };
+
+} // namespace lyx
+
 #endif // VCBACKEND_H