From e38123db163b3a9722b0a82af813fb2e4fa41e76 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 9 May 2024 21:33:00 +0200 Subject: Cleanup: make method private. --- src/lib/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/lib/config.h b/src/lib/config.h index 67c784620..b62c38116 100644 --- a/src/lib/config.h +++ b/src/lib/config.h @@ -1272,7 +1272,6 @@ public: bool existing_template (std::string name) const; std::list templates () const; boost::filesystem::path template_read_path (std::string name) const; - boost::filesystem::path template_write_path (std::string name) const; void rename_template (std::string old_name, std::string new_name) const; void delete_template (std::string name) const; @@ -1318,6 +1317,7 @@ private: void add_to_history_internal (std::vector& h, boost::filesystem::path p); void clean_history_internal (std::vector& h); void backup (); + boost::filesystem::path template_write_path(std::string name) const; /** number of threads which a master DoM should use for J2K encoding on the local machine */ int _master_encoding_threads; -- cgit v1.2.3