]> git.lyx.org Git - lyx.git/blobdiff - src/lyxvc.h
hopefully fix tex2lyx linking.
[lyx.git] / src / lyxvc.h
index 7c9b22f89fd18b88be059be2d5c19786a8502c7d..dc7d0a5b96f6213b8322e11d54a2bfa657dcff7a 100644 (file)
@@ -17,6 +17,9 @@
 #include <string>
 
 
+namespace lyx {
+
+
 class VCS;
 class Buffer;
 
@@ -105,4 +108,7 @@ private:
        boost::scoped_ptr<VCS> vcs;
 };
 
+
+} // namespace lyx
+
 #endif