Fix some more warnings

This commit is contained in:
Marek Roszko
2023-05-20 08:00:16 -04:00
parent 9d452a6097
commit 8a7044c3fb
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1093,7 +1093,7 @@ bool IDF3_COMPONENT::DelDrill( IDF_DRILL_DATA* aDrill )
}
const std::list< IDF_DRILL_DATA* >*const IDF3_COMPONENT::GetDrills( void )
const std::list<IDF_DRILL_DATA*>* IDF3_COMPONENT::GetDrills( void )
{
return &drills;
}