]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Sort Config::set_* methods
authorJoel Rosdahl <joel@rosdahl.net>
Tue, 13 Jul 2021 08:29:34 +0000 (10:29 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Mon, 19 Jul 2021 06:15:45 +0000 (08:15 +0200)
src/Config.hpp

index e3b822944af3005d7cd149031a980c671cabd8a0..acc4638efb66bde0ffb557b30b0dcb8dc289652b 100644 (file)
@@ -83,11 +83,11 @@ public:
 
   void set_base_dir(const std::string& value);
   void set_cache_dir(const std::string& value);
-  void set_cpp_extension(const std::string& value);
   void set_compiler(const std::string& value);
   void set_compiler_type(CompilerType value);
-  void set_depend_mode(bool value);
+  void set_cpp_extension(const std::string& value);
   void set_debug(bool value);
+  void set_depend_mode(bool value);
   void set_direct_mode(bool value);
   void set_ignore_options(const std::string& value);
   void set_inode_cache(bool value);