summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2021-02-25 20:27:33 +0100
committerTor Egge <Tor.Egge@broadpark.no>2021-02-25 20:27:33 +0100
commit178d4c709e58ceaf015b3c8caa1e5ec06439161a (patch)
treef332d8898c0073103acd9c0041cd74a2ad1828f2 /searchcore
parentc717bb04ca9d4160b01f9769ef0cf6618d981f4d (diff)
Fix forward declaration.
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/vespa/searchcore/proton/server/i_maintenance_job.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/server/i_maintenance_job.h b/searchcore/src/vespa/searchcore/proton/server/i_maintenance_job.h
index c7fcfc5c508..057c61d2f72 100644
--- a/searchcore/src/vespa/searchcore/proton/server/i_maintenance_job.h
+++ b/searchcore/src/vespa/searchcore/proton/server/i_maintenance_job.h
@@ -9,7 +9,7 @@ namespace proton {
class IBlockableMaintenanceJob;
class IMaintenanceJobRunner;
-class DocumentDBTaggedMetrics;
+struct DocumentDBTaggedMetrics;
/**
* Interface for a maintenance job that is executed after "delay" seconds and