]> git.lyx.org Git - lyx.git/blobdiff - src/LyXVC.cpp
ctests: samples for lib/unicodesymbols: only test export to 8-bit LaTeX.
[lyx.git] / src / LyXVC.cpp
index b28139fb61c08d124220acde13dd986f42c324f7..15d2626ce7567846aae5c95d218a1ac30833d6af 100644 (file)
@@ -41,6 +41,12 @@ LyXVC::LyXVC()
 }
 
 
+string LyXVC::vcname() const
+{
+       return vcs->vcname();
+}
+
+
 bool LyXVC::fileInVC(FileName const & fn)
 {
        if (!RCS::findFile(fn).empty())