diff --git a/src/plugins/auto_batch/auto_batch.cpp b/src/plugins/auto_batch/auto_batch.cpp index 194cfd9589d..842cdbfcbb9 100644 --- a/src/plugins/auto_batch/auto_batch.cpp +++ b/src/plugins/auto_batch/auto_batch.cpp @@ -249,7 +249,7 @@ AutoBatchExecutableNetwork::AutoBatchExecutableNetwork( _config{config}, _needPerfCounters{needPerfCounters} { // WA for gcc 4.8 ( fails compilation with member init-list) - _device= networkDevice; + _device = networkDevice; } AutoBatchExecutableNetwork::~AutoBatchExecutableNetwork() {