Skip to content

Commit

Permalink
Fix QuerySpec forward declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
daboehme committed Oct 31, 2024
1 parent 959b0b0 commit 6ba08bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/caliper/reader/QueryProcessor.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespace cali

class CaliperMetadataAccessInterface;
class OutputStream;
class QuerySpec;
struct QuerySpec;

/// \brief Execute a given query (filter, aggregation, and output formatting)
/// on a series of snapshot records.
Expand Down

0 comments on commit 6ba08bf

Please sign in to comment.