From 8fc4e33b97372d93b1bcc4b598e5c8e2f15652d8 Mon Sep 17 00:00:00 2001 From: crupest Date: Fri, 3 Jan 2020 00:43:46 +0800 Subject: ... --- include/cru/platform/native/window.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include/cru/platform/native') diff --git a/include/cru/platform/native/window.hpp b/include/cru/platform/native/window.hpp index 84193a13..9f2e2e71 100644 --- a/include/cru/platform/native/window.hpp +++ b/include/cru/platform/native/window.hpp @@ -69,6 +69,7 @@ struct INativeWindow : virtual INativeResource { // See INativeWindow for more info. struct INativeWindowResolver : virtual INativeResource { + // Think twice before you save the return value. virtual INativeWindow* Resolve() = 0; }; } // namespace cru::platform::native -- cgit v1.2.3