X-Git-Url: https://git.saurik.com/apple/mdnsresponder.git/blobdiff_plain/4a95efb2b76a7c3a5d05400dff1773abe5adcf54..83fb1e36c79aee7f897e5ff0e6eeed1d9d526a14:/Clients/PrinterSetupWizard/About.h?ds=sidebyside diff --git a/Clients/PrinterSetupWizard/About.h b/Clients/PrinterSetupWizard/About.h index 1d84b7f..72e893d 100644 --- a/Clients/PrinterSetupWizard/About.h +++ b/Clients/PrinterSetupWizard/About.h @@ -5,17 +5,17 @@ class CAbout : public CDialog { - DECLARE_DYNAMIC(CAbout) +DECLARE_DYNAMIC(CAbout) public: - CAbout(CWnd* pParent = NULL); // standard constructor - virtual ~CAbout(); +CAbout(CWnd* pParent = NULL); // standard constructor +virtual ~CAbout(); // Dialog Data - enum { IDD = IDD_DIALOG1 }; +enum { IDD = IDD_DIALOG1 }; protected: - virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support +virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support - DECLARE_MESSAGE_MAP() +DECLARE_MESSAGE_MAP() };