summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2019-05-27 13:23:36 +0200
committerTor Egge <Tor.Egge@broadpark.no>2019-05-27 13:23:36 +0200
commit93fb419b61472ee2d88f2ab770f8b3441ce325cd (patch)
tree8705ced66a7d6e3edcd6512fdd811d0f96a12941
parent37a8f1bbe72693fd7b596de7edfdd4280479454e (diff)
Fix forward declarations.
-rw-r--r--fnet/src/vespa/fnet/frt/supervisor.h2
-rw-r--r--logd/src/logd/config_subscriber.h2
-rw-r--r--searchlib/src/vespa/searchlib/diskindex/zc4_posting_reader_base.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/fnet/src/vespa/fnet/frt/supervisor.h b/fnet/src/vespa/fnet/frt/supervisor.h
index 3abb522ba52..1332bbe3ddb 100644
--- a/fnet/src/vespa/fnet/frt/supervisor.h
+++ b/fnet/src/vespa/fnet/frt/supervisor.h
@@ -17,7 +17,7 @@ class FNET_Scheduler;
class FRT_RPCInvoker;
class FRT_IRequestWait;
-namespace vespalib { class CryptoEngine; }
+namespace vespalib { struct CryptoEngine; }
class FRT_Supervisor : public FNET_IServerAdapter,
diff --git a/logd/src/logd/config_subscriber.h b/logd/src/logd/config_subscriber.h
index a60dac4a367..507952319d6 100644
--- a/logd/src/logd/config_subscriber.h
+++ b/logd/src/logd/config_subscriber.h
@@ -8,7 +8,7 @@
namespace logdemon {
-class Metrics;
+struct Metrics;
/**
* Class used to subscribe for logd config.
diff --git a/searchlib/src/vespa/searchlib/diskindex/zc4_posting_reader_base.h b/searchlib/src/vespa/searchlib/diskindex/zc4_posting_reader_base.h
index ca07bc08d33..9eff9117450 100644
--- a/searchlib/src/vespa/searchlib/diskindex/zc4_posting_reader_base.h
+++ b/searchlib/src/vespa/searchlib/diskindex/zc4_posting_reader_base.h
@@ -9,7 +9,7 @@
namespace search::diskindex {
-class Zc4PostingHeader;
+struct Zc4PostingHeader;
/*
* Base class for reading posting lists that might have basic skip info.