mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-15 10:43:15 +02:00
Formatting.
This commit is contained in:
parent
8035a66152
commit
9b006c4f3b
@ -327,7 +327,9 @@ class INFOBAR_REPORTER : public REPORTER
|
|||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
INFOBAR_REPORTER( WX_INFOBAR* aInfoBar ) :
|
INFOBAR_REPORTER( WX_INFOBAR* aInfoBar ) :
|
||||||
REPORTER(), m_messageSet( false ), m_infoBar( aInfoBar ),
|
REPORTER(),
|
||||||
|
m_messageSet( false ),
|
||||||
|
m_infoBar( aInfoBar ),
|
||||||
m_severity( RPT_SEVERITY_UNDEFINED )
|
m_severity( RPT_SEVERITY_UNDEFINED )
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user