Skip to content

Commit d003083

Browse files
committed
Fix merge conflict
1 parent b75627e commit d003083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/source/detail/context_impl.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ class context_impl : public std::enable_shared_from_this<context_impl> {
9494
const async_handler &get_async_handler() const;
9595

9696
/// \return the Adapter associated with the platform of this context.
97-
adapter_impl &getAdapter() const { return *MPlatform->getAdapter(); }
97+
adapter_impl &getAdapter() const { return MPlatform->getAdapter(); }
9898

9999
/// \return the PlatformImpl associated with this context.
100100
platform_impl &getPlatformImpl() const { return *MPlatform; }

0 commit comments

Comments
 (0)