Fix a wxString reference warning

This commit is contained in:
Jon Evans 2019-04-03 16:28:23 -04:00
parent 591894c7e6
commit a6a6785316
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ static int GencadOffsetX, GencadOffsetY;
static std::map<MODULE*, int> componentShapes;
static std::map<int, wxString> shapeNames;
static const wxString& getShapeName( MODULE* aModule )
static const wxString getShapeName( MODULE* aModule )
{
static const wxString invalid( "invalid" );