Skip to content
Snippets Groups Projects
Commit a28a8f63 authored by Guillaume Roguez's avatar Guillaume Roguez
Browse files

fix build on gcc below v5.2

gcc below 5.2 doesn't support usage of std::unique_ptr as method argument
with a default assignement to nullptr if the type is forward declared.

This patch is a quick fix, that remove the default assignement and
force the value where needed.

Change-Id: If619dceaed9cca9c9f00f3b9b3f92c768f2c1135
parent aa47a9bf
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment