X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fmain.cpp;h=fe73b69e0a53337f84e32d360de7d4899a00e10f;hb=aae4a578e9c23a7418053fdc15599f0c19fc7f17;hp=332a15876528016065d362d1990fe27ad38eceec;hpb=d7f9b04a3e1ad65b70c69242c27469792940bb3b;p=apps%2Fagl-service-windowmanager.git diff --git a/src/main.cpp b/src/main.cpp index 332a158..fe73b69 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -38,7 +38,7 @@ typedef struct WMClientCtxt WMClientCtxt(const char *appName, const char* appRole) { name = appName; - role = role; + role = appRole; } } WMClientCtxt;