Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 8d620d8

Browse files
committed
win doze
1 parent f3de8ba commit 8d620d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/gpu/shader.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Shader::UniformBinding::GetMemberMetadata(const std::string& name) const {
2626
if (result == metadata.members.end()) {
2727
return nullptr;
2828
}
29-
return result.base();
29+
return &(*result);
3030
}
3131

3232
IMPLEMENT_WRAPPERTYPEINFO(flutter_gpu, Shader);

0 commit comments

Comments
 (0)