]> git.tdb.fi Git - libs/datafile.git/commitdiff
Make DirectoryCollection::lookup_file available to derived classes
authorMikko Rasa <tdb@tdb.fi>
Sat, 18 Aug 2012 21:16:13 +0000 (00:16 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sat, 18 Aug 2012 21:34:19 +0000 (00:34 +0300)
source/directorycollection.h

index 93f93545b589708f312fce6d87c1330de8f79ac3..54bf62a90079f9dc2f5a365c24ccdfc39c8a34d9 100644 (file)
@@ -43,6 +43,7 @@ private:
                        return 0;
        }
 
                        return 0;
        }
 
+protected:
        bool lookup_file(const std::string &, FS::Path &) const;
 };
 
        bool lookup_file(const std::string &, FS::Path &) const;
 };