Kaydet (Commit) a9fa776c authored tarafından Michael Stahl's avatar Michael Stahl

vcl: fix utterly mysterious error C2064 term does not evaluate

... to a function taking 0 arguments with MSVC 2013.

Change-Id: I73744bfe9def70d00e6e489f7064472cdb64b113
üst 0e682d47
......@@ -1544,7 +1544,7 @@ bool PushButton::PreNotify( NotifyEvent& rNEvt )
void PushButton::Toggle()
{
ImplCallEventListenersAndHandler( VCLEVENT_PUSHBUTTON_TOGGLE, NULL );
ImplCallEventListenersAndHandler( VCLEVENT_PUSHBUTTON_TOGGLE, nullptr );
}
void PushButton::SetSymbol( SymbolType eSymbol )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment