From e18dbbc6229a40aa809e072c3d8a995b6c3e13b1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rados=C5=82aw=20Korzeniewski?= Date: Wed, 1 Sep 2021 13:46:39 +0200 Subject: [PATCH] Fix compilation warning on -Wmismatched-tags. --- bacula/src/filed/fd_plugins.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.47.3