aboutsummaryrefslogtreecommitdiff
path: root/src/verifier.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/verifier.cc')
-rw-r--r--src/verifier.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/verifier.cc b/src/verifier.cc
index aac2b78..c36923d 100644
--- a/src/verifier.cc
+++ b/src/verifier.cc
@@ -114,7 +114,7 @@ Result Verifier::Probe(const ProbeCommand* command,
return {};
}
-Result Verifier::ProbeSSBO(const ProbeSSBOCommand*) {
+Result Verifier::ProbeSSBO(const ProbeSSBOCommand*, size_t, const void*) {
return Result("Verifier::ProbeSSBO Not Implemented");
}