Change function name
[apps/agl-service-windowmanager.git] / src / app.cpp
index b029601..a0e7130 100644 (file)
@@ -892,7 +892,7 @@ WMError App::setRequest(const std::string& appid, const std::string &role, const
     }
 
     WMRequest req = WMRequest(appid, role, area, task);
-    unsigned new_req = g_app_list.addAllocateRequest(req);
+    unsigned new_req = g_app_list.addRequest(req);
     *req_num = new_req;
     g_app_list.reqDump();