fix build error
[platform/core/appfw/wgt-backend.git] / src / wgt / wgt_app_query_interface.h
index fe075fe..c7ca0ea 100644 (file)
@@ -35,6 +35,8 @@ class WgtAppQueryInterface : public common_installer::AppQueryInterface {
    * \return true if package is hybrid
    */
   bool IsHybridApplication(const std::string& arg, uid_t uid);
+
+  std::string GetPkgId(const std::string& arg) override;
 };
 
 }  // namespace wgt