| Index: tools/vulkan/win/Window_win.h
|
| diff --git a/tools/vulkan/win/Window_win.h b/tools/vulkan/win/Window_win.h
|
| index 0be695dab56989c4e3ccecd7716e53be0b575575..127fa133ec5c696c0806c413f6081a37d5474667 100644
|
| --- a/tools/vulkan/win/Window_win.h
|
| +++ b/tools/vulkan/win/Window_win.h
|
| @@ -21,7 +21,7 @@ public:
|
| void setTitle(const char*) override;
|
| void show() override;
|
|
|
| - bool attach(BackEndType attachType, int msaaSampleCount, AttachmentInfo*) override;
|
| + bool attach(BackEndType attachType, int msaaSampleCount) override;
|
|
|
| void inval() override;
|
|
|
|
|