aboutsummaryrefslogtreecommitdiff
path: root/include/cru/win/graph/direct/com_resource.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/win/graph/direct/com_resource.hpp')
-rw-r--r--include/cru/win/graph/direct/com_resource.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/win/graph/direct/com_resource.hpp b/include/cru/win/graph/direct/com_resource.hpp
index aa2c366b..22d1d6f0 100644
--- a/include/cru/win/graph/direct/com_resource.hpp
+++ b/include/cru/win/graph/direct/com_resource.hpp
@@ -6,6 +6,6 @@ template<typename TInterface>
struct IComResource {
virtual ~IComResource() = default;
- virtual TInterface* GetComInterface() = 0;
+ virtual TInterface* GetComInterface() const = 0;
};
} // namespace cru::platform::graph::win_direct