summaryrefslogtreecommitdiffstats
path: root/fbench
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2021-06-29 10:38:51 +0200
committerTor Egge <Tor.Egge@online.no>2021-06-29 10:38:51 +0200
commita484a7a92270a3297cc772c5e7fb69dcc5d4f2e9 (patch)
treefe7456bb9749ea46731aae25f05428fde956bccb /fbench
parente928ee61e47fe9c1cd15585df6dc553eaffa4370 (diff)
Fix forward declaration.
Diffstat (limited to 'fbench')
-rw-r--r--fbench/src/fbench/fbench.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fbench/src/fbench/fbench.h b/fbench/src/fbench/fbench.h
index e66fc28683d..ffceabd0f2b 100644
--- a/fbench/src/fbench/fbench.h
+++ b/fbench/src/fbench/fbench.h
@@ -7,7 +7,7 @@
class Client;
-namespace vespalib { class CryptoEngine; }
+namespace vespalib { struct CryptoEngine; }
/**
* This is the application class of the fbench program. It controls