aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-02-21 21:39:51 +0100
committerGitHub <noreply@github.com>2022-02-21 21:39:51 +0100
commit53a92d38bf515c8249145e196df9694f30bd4629 (patch)
treeaae04cb19628034cc08a69a1911edd30e60ff2e0
parent91d75605d62b4d0604cfb147f4b97863c9112157 (diff)
parent9982a3651d38f93338f8e7b7d8e616eba0e22879 (diff)
Merge pull request #21296 from vespa-engine/toregge/fix-forward-declaration
Fix forward declaration.
-rw-r--r--config/src/vespa/config/frt/frtconfigrequestfactory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/src/vespa/config/frt/frtconfigrequestfactory.h b/config/src/vespa/config/frt/frtconfigrequestfactory.h
index 9c1186263e0..d2db71ffa6d 100644
--- a/config/src/vespa/config/frt/frtconfigrequestfactory.h
+++ b/config/src/vespa/config/frt/frtconfigrequestfactory.h
@@ -11,7 +11,7 @@ namespace config {
class FRTConfigRequest;
class ConfigKey;
class Connection;
-class ConfigState;
+struct ConfigState;
/**
* Factory for creating config requests depending on protocol version;