diff options
Diffstat (limited to 'src/layer_context.hh')
| -rw-r--r-- | src/layer_context.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/layer_context.hh b/src/layer_context.hh index c98768b..316d540 100644 --- a/src/layer_context.hh +++ b/src/layer_context.hh @@ -46,7 +46,7 @@ template <> struct context_for_t<VkQueue> { template <DispatchableType D> using dispatch_context_t = typename context_for_t<D>::context; -struct LayerContext final : public Context { +class LayerContext final : public Context { private: // If this is not null and set to exactly "1", then we should sleep after // present. |
