Browse Source

Formatting.

master
Jeff Young 4 weeks ago
parent
commit
9b006c4f3b
  1. 4
      include/widgets/wx_infobar.h

4
include/widgets/wx_infobar.h

@ -327,7 +327,9 @@ class INFOBAR_REPORTER : public REPORTER
{
public:
INFOBAR_REPORTER( WX_INFOBAR* aInfoBar ) :
REPORTER(), m_messageSet( false ), m_infoBar( aInfoBar ),
REPORTER(),
m_messageSet( false ),
m_infoBar( aInfoBar ),
m_severity( RPT_SEVERITY_UNDEFINED )
{
}

Loading…
Cancel
Save