From: Radosław Korzeniewski Date: Wed, 1 Sep 2021 11:46:39 +0000 (+0200) Subject: Fix compilation warning on -Wmismatched-tags. X-Git-Tag: Release-11.3.2~475 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e18dbbc6229a40aa809e072c3d8a995b6c3e13b1;p=thirdparty%2Fbacula.git Fix compilation warning on -Wmismatched-tags. --- diff --git a/bacula/src/filed/fd_plugins.h b/bacula/src/filed/fd_plugins.h index 63d3edf25..317324fbe 100644 --- a/bacula/src/filed/fd_plugins.h +++ b/bacula/src/filed/fd_plugins.h @@ -133,7 +133,7 @@ enum metadata_type { * This class is used to store single plugin's metadata packet along with providing some * helper methods (e.g. for serialization of the data so that it can be send to the sd). */ -class meta_pkt: public SMARTALLOC { +struct meta_pkt: public SMARTALLOC { private: bool decoded; /* Was metadata packed decoded from serialized stream or not */