mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-16 08:27:05 +00:00
Program: Remove deprecated types and nodes methods
Fixup all usages Bug: tint:390 Change-Id: I14c9a0420be7da2d26bf21bce96ca0ded0978711 Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/38548 Reviewed-by: dan sinclair <dsinclair@chromium.org>
This commit is contained in:
@@ -65,7 +65,7 @@ class Manager {
|
||||
|
||||
/// Returns the type map
|
||||
/// @returns the mapping from name string to type.
|
||||
const std::unordered_map<std::string, type::Type*>& types() {
|
||||
const std::unordered_map<std::string, type::Type*>& types() const {
|
||||
return by_name_;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user