Revision: 972
http://sourceforge.net/p/jazzplusplus/code/972
Author: pstieber
Date: 2013-03-18 18:47:25 +0000 (Mon, 18 Mar 2013)
Log Message:
-----------
Added a space.
Modified Paths:
--------------
trunk/jazz/src/Knob.cpp
Modified: trunk/jazz/src/Knob.cpp
===================================================================
--- trunk/jazz/src/Knob.cpp 2013-03-18 18:46:08 UTC (rev 971)
+++ trunk/jazz/src/Knob.cpp 2013-03-18 18:47:25 UTC (rev 972)
@@ -74,7 +74,7 @@
//*****************************************************************************
//-----------------------------------------------------------------------------
//-----------------------------------------------------------------------------
-BEGIN_EVENT_TABLE(JZKnob,wxControl)
+BEGIN_EVENT_TABLE(JZKnob, wxControl)
EVT_SIZE(JZKnob::OnSize)
EVT_ERASE_BACKGROUND(JZKnob::OnEraseBackground)
EVT_PAINT(JZKnob::OnPaint)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|