SourceCode/Bond/Servo/LogDlg.h
@@ -21,6 +21,7 @@
private:
   void InitRxWindow();
   void AppendLog(int level, const char* pszText);
   void Resize();
private:
@@ -50,6 +51,7 @@
public:
   virtual BOOL OnInitDialog();
   afx_msg void OnSize(UINT nType, int cx, int cy);
   afx_msg void OnTimer(UINT_PTR nIDEvent);
   afx_msg void OnDestroy();
   afx_msg void OnClose();
   afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);