summaryrefslogtreecommitdiff
path: root/protocols/IRCG/src/irc_dlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/IRCG/src/irc_dlg.h')
-rw-r--r--protocols/IRCG/src/irc_dlg.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/protocols/IRCG/src/irc_dlg.h b/protocols/IRCG/src/irc_dlg.h
index 9f18a90862..9414365e3b 100644
--- a/protocols/IRCG/src/irc_dlg.h
+++ b/protocols/IRCG/src/irc_dlg.h
@@ -24,14 +24,12 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
struct CMessageBoxDlg : public CProtoDlgBase < CIrcProto >
{
- DCCINFO* pdci;
+ DCCINFO *pdci;
CMessageBoxDlg(CIrcProto* _pro, DCCINFO* _dci);
- CCtrlButton m_Ok;
+ CCtrlButton m_Ok;
void OnOk(CCtrlButton*);
-
- virtual void OnInitDialog();
};
struct CCoolIrcDlg : public CProtoDlgBase < CIrcProto >