Alert layer warning cleanup

This commit is contained in:
Dan Paulat 2025-05-04 23:05:36 -05:00
parent 671ec1d658
commit f40c24ce6f
2 changed files with 31 additions and 26 deletions

View file

@ -22,8 +22,8 @@ class AlertLayer : public DrawLayer
Q_DISABLE_COPY_MOVE(AlertLayer)
public:
explicit AlertLayer(std::shared_ptr<MapContext> context,
scwx::awips::Phenomenon phenomenon);
explicit AlertLayer(const std::shared_ptr<MapContext>& context,
scwx::awips::Phenomenon phenomenon);
~AlertLayer();
void Initialize() override final;