Fix for gcc 9 toolchain upgrade
[platform/core/test/security-tests.git] / src / ckm / privileged / initial-values.cpp
index 3953ac1..e8988de 100644 (file)
@@ -85,7 +85,7 @@ void copy_file(const char *file)
     outfile << infile.rdbuf();
 }
 
-void restart_key_manager(const std::initializer_list<const char * const> files_to_copy = {})
+void restart_key_manager(const std::initializer_list<const char *> files_to_copy = {})
 {
     stop_service(MANAGER);
     for (const auto f : files_to_copy)