mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 08:00:06 +00:00
Fix GenericLayer formatting
This commit is contained in:
parent
21e5697073
commit
d5e5019811
1 changed files with 3 additions and 3 deletions
|
|
@ -23,10 +23,10 @@ public:
|
|||
explicit GenericLayer(std::shared_ptr<gl::GlContext> glContext);
|
||||
virtual ~GenericLayer();
|
||||
|
||||
virtual void Initialize(const std::shared_ptr<MapContext>& mapContext) = 0;
|
||||
virtual void Initialize(const std::shared_ptr<MapContext>& mapContext) = 0;
|
||||
virtual void Render(const std::shared_ptr<MapContext>& mapContext,
|
||||
const QMapLibre::CustomLayerRenderParameters&) = 0;
|
||||
virtual void Deinitialize() = 0;
|
||||
const QMapLibre::CustomLayerRenderParameters&) = 0;
|
||||
virtual void Deinitialize() = 0;
|
||||
|
||||
/**
|
||||
* @brief Run mouse picking on the layer.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue