X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FVCBackend.h;h=970972af48b50db7d233d7647cfb6451dcdce21d;hb=26910d5ec49395d1372dd5b9259f1bf6ed23de0a;hp=f0851cb46d489c86690afc5d772e18fb153509fd;hpb=ceb2303e2b9dbdd09798e5536ce16067e6d76e90;p=lyx.git diff --git a/src/VCBackend.h b/src/VCBackend.h index f0851cb46d..970972af48 100644 --- a/src/VCBackend.h +++ b/src/VCBackend.h @@ -102,8 +102,8 @@ public: virtual bool prepareFileRevisionEnabled() = 0; /// Check the directory of file and all parent directories - /// for the existence of the given pathname - static bool checkparentdirs(support::FileName const & file, std::string const & pathname); + /// for the existence of repository-info like .git or .svn + static bool checkparentdirs(support::FileName const & file, std::string const & vcsdir); protected: /// parse information from the version file