Index: tools/vulkan/win/Window_win.cpp |
diff --git a/tools/vulkan/win/Window_win.cpp b/tools/vulkan/win/Window_win.cpp |
index 0c9e80227e01af4954ec1deeb3bb75eeb4493f3f..06238393ddfd577c65d6bf56c73da57f47ba83f1 100644 |
--- a/tools/vulkan/win/Window_win.cpp |
+++ b/tools/vulkan/win/Window_win.cpp |
@@ -262,7 +262,7 @@ void Window_win::show() { |
} |
-bool Window_win::attach(BackEndTypes attachType, int msaaSampleCount, AttachmentInfo*) { |
+bool Window_win::attach(BackEndType attachType, int msaaSampleCount, AttachmentInfo*) { |
if (kVulkan_BackendType != attachType) { |
return false; |
} |