diff --git a/eeschema/sch_painter.cpp b/eeschema/sch_painter.cpp index 33afc96453..e25013b16f 100644 --- a/eeschema/sch_painter.cpp +++ b/eeschema/sch_painter.cpp @@ -1907,7 +1907,7 @@ void SCH_PAINTER::draw( const SCH_SHAPE* aShape, int aLayer ) } -void SCH_PAINTER::draw( const SCH_TEXT *aText, int aLayer ) +void SCH_PAINTER::draw( const SCH_TEXT* aText, int aLayer ) { bool drawingShadows = aLayer == LAYER_SELECTION_SHADOWS; bool drawingDangling = aLayer == LAYER_DANGLING;