diff options
Diffstat (limited to 'src/ui/window.h')
-rw-r--r-- | src/ui/window.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/window.h b/src/ui/window.h index e4e89776..15b3db57 100644 --- a/src/ui/window.h +++ b/src/ui/window.h @@ -70,7 +70,7 @@ namespace cru { //Return a pointer to the Window object related to the HWND or nullptr if the hwnd is not in the map. Window* FromHandle(HWND hwnd); - Vector<Window*> GetAllWindows() const; + std::vector<Window*> GetAllWindows() const; private: std::unique_ptr<WindowClass> general_window_class_; |