aboutsummaryrefslogtreecommitdiff
path: root/samples/config_helper_dawn.cc
diff options
context:
space:
mode:
authorSarah <9856269+sarahM0@users.noreply.github.com>2019-07-19 11:16:10 -0400
committerGitHub <noreply@github.com>2019-07-19 11:16:10 -0400
commite7035ef87a71c70b15bb31af6708581f9ce78675 (patch)
tree21331731649e75361c90aeea9e5d31509556040b /samples/config_helper_dawn.cc
parent982af515b94bcceb91d4ca42b8bcc1b9d4fadd01 (diff)
downloadamber-e7035ef87a71c70b15bb31af6708581f9ce78675.tar.gz
[Dawn] Update code to catch up with dawn changes (#579)
Diffstat (limited to 'samples/config_helper_dawn.cc')
-rw-r--r--samples/config_helper_dawn.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/config_helper_dawn.cc b/samples/config_helper_dawn.cc
index c633f97..a8043cd 100644
--- a/samples/config_helper_dawn.cc
+++ b/samples/config_helper_dawn.cc
@@ -24,7 +24,7 @@ ConfigHelperDawn::~ConfigHelperDawn() = default;
namespace {
// Callback which prints a message from a Dawn device operation.
-void PrintDeviceError(const char* message, ::dawn::CallbackUserdata) {
+void PrintDeviceError(const char* message, void*) {
std::cout << "Device error: " << message << std::endl;
}