From af9389e93274e91c35fffdd713bd469a4bfd3f2c Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Sun, 19 Aug 2012 00:16:13 +0300 Subject: [PATCH] Make DirectoryCollection::lookup_file available to derived classes --- source/directorycollection.h | 1 + 1 file changed, 1 insertion(+) diff --git a/source/directorycollection.h b/source/directorycollection.h index 93f9354..54bf62a 100644 --- a/source/directorycollection.h +++ b/source/directorycollection.h @@ -43,6 +43,7 @@ private: return 0; } +protected: bool lookup_file(const std::string &, FS::Path &) const; }; -- 2.43.0