Skip to content

Commit

Permalink
Fix wxWidgets deprecated warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jlblancoc committed Jul 12, 2024
1 parent 5fb6c58 commit 043ad0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/2d-slam-demo/slamdemoMain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@ slamdemoFrame::slamdemoFrame(wxWindow* parent, wxWindowID id)

// IC plot ------------
m_lyICvisibleRange = new mpPolygon();
m_lyICvisibleRange->SetPen(wxPen(wxColour(0, 0, 0), 1, wxLONG_DASH));
m_lyICvisibleRange->SetPen(wxPen(wxColour(0, 0, 0), 1, wxPENSTYLE_LONG_DASH));
m_lyICvisibleRange->SetContinuity(true);
m_lyICvisibleRange->SetCoordinateBase(0, 0, 0);
plotIndivCompat->AddLayer(m_lyICvisibleRange);
Expand Down

0 comments on commit 043ad0b

Please sign in to comment.