diff --git a/BUILD.gn b/BUILD.gn index e868a4a..532a37f 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -18,6 +18,7 @@ import("./restool.gni") ohos_executable("restool") { sources = [ "src/append_compiler.cpp", + "src/binary_file_packer.cpp", "src/cmd_parser.cpp", "src/compression_parser.cpp", "src/config_parser.cpp", @@ -31,7 +32,6 @@ ohos_executable("restool") { "src/id_worker.cpp", "src/json_compiler.cpp", "src/key_parser.cpp", - "src/binary_file_packer.cpp", "src/reference_parser.cpp", "src/resconfig_parser.cpp", "src/resource_append.cpp", diff --git a/include/thread_pool.h b/include/thread_pool.h index b95e7f5..3c5c7dc 100644 --- a/include/thread_pool.h +++ b/include/thread_pool.h @@ -28,7 +28,7 @@ namespace OHOS { namespace Global { namespace Restool { -class ThreadPool{ +class ThreadPool { public: /** * @brief Creates a thread pool with specify thread count