]> git.lyx.org Git - lyx.git/blobdiff - src/VCBackend.h
Import theorems correctly (bugs #5702, #5776)
[lyx.git] / src / VCBackend.h
index 78ccbd4725d5ebe9404271bfed549b627ca59791..abffaec044a0a7a0c0449b4908e7779c2de39fd9 100644 (file)
@@ -87,6 +87,10 @@ 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);
+       
 protected:
        /// parse information from the version file
        virtual void scanMaster() = 0;