File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ CAnimationPropPage::DoDataExchange (CDataExchange* pDX)
7373 // {{AFX_DATA_MAP(CAnimationPropPage)
7474 // NOTE: the ClassWizard will add DDX and DDV calls here
7575 // }}AFX_DATA_MAP
76- }
76+ }
7777
7878
7979BEGIN_MESSAGE_MAP (CAnimationPropPage, CPropertyPage)
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ CAnimationSpeed::CAnimationSpeed (CWnd* pParent)
5252 // {{AFX_DATA_INIT(CAnimationSpeed)
5353 // NOTE: the ClassWizard will add member initialization here
5454 // }}AFX_DATA_INIT
55- }
55+ }
5656
5757// ////////////////////////////////////////////////////////////
5858//
@@ -65,7 +65,7 @@ CAnimationSpeed::DoDataExchange (CDataExchange* pDX)
6565 // {{AFX_DATA_MAP(CAnimationSpeed)
6666 DDX_Control (pDX, IDC_SPEED_SLIDER, m_speedSlider);
6767 // }}AFX_DATA_MAP
68- }
68+ }
6969
7070
7171BEGIN_MESSAGE_MAP (CAnimationSpeed, CDialog)
@@ -164,7 +164,7 @@ CAnimationSpeed::OnHScroll
164164
165165 // Allow the base class to process this message
166166 CDialog::OnHScroll (nSBCode, nPos, pScrollBar);
167- }
167+ }
168168
169169// ////////////////////////////////////////////////////////////
170170//
@@ -175,7 +175,7 @@ CAnimationSpeed::OnDestroy (void)
175175{
176176 m_iInitialPercent = m_speedSlider.GetPos ();
177177 CDialog::OnDestroy ();
178- }
178+ }
179179
180180// ////////////////////////////////////////////////////////////
181181//
You can’t perform that action at this time.
0 commit comments