X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-context.h;fp=src%2Fafb-context.h;h=47e488c4e23fb04f56fad83d5772aed0d3188dc3;hb=4776245dfb0ca70058881bc2059dc992581d041b;hp=f1af36221ee1e23e823e372e6f6f78af559a491a;hpb=766876ed2e18e7ab281871b890e4a2003006ad20;p=src%2Fapp-framework-binder.git diff --git a/src/afb-context.h b/src/afb-context.h index f1af3622..47e488c4 100644 --- a/src/afb-context.h +++ b/src/afb-context.h @@ -22,7 +22,7 @@ struct afb_session; struct afb_context { struct afb_session *session; - void *api_key; + const void *api_key; struct afb_context *super; union { unsigned flags;