From 1713ed00464d4940f8c2c63c43f6a29198fec3c5 Mon Sep 17 00:00:00 2001 From: Woongsuk Cho Date: Thu, 4 Apr 2019 13:41:37 +0900 Subject: [PATCH] bug-fix : To support backward-compatibility, add default value to regenerateAppNI(). --- NativeLauncher/installer-plugin/ni_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NativeLauncher/installer-plugin/ni_common.h b/NativeLauncher/installer-plugin/ni_common.h index 91c8def..b36282f 100644 --- a/NativeLauncher/installer-plugin/ni_common.h +++ b/NativeLauncher/installer-plugin/ni_common.h @@ -103,6 +103,6 @@ int removeNiUnderPkgRoot(const std::string& pkgId); /** * @brief regenerate native image for all installed application */ -int regenerateAppNI(bool enableR2R); +int regenerateAppNI(bool enableR2R = true); #endif /* __NI_COMMON_H__ */ -- 2.7.4