Skip to content

Commit 7ef3cc6

Browse files
authored
Fix compiler warning in cali-mpi.h
1 parent f429ad7 commit 7ef3cc6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/caliper/cali-mpi.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ class Caliper;
2323
class Channel;
2424
class CaliperMetadataDB;
2525
class OutputStream;
26-
class QuerySpec;
26+
27+
struct QuerySpec;
2728

2829
/**
2930
* \brief Perform cross-process aggregation over MPI

0 commit comments

Comments
 (0)