summaryrefslogtreecommitdiffabout
path: root/DipstickDlg.h
Unidiff
Diffstat (limited to 'DipstickDlg.h') (more/less context) (ignore whitespace changes)
-rw-r--r--DipstickDlg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/DipstickDlg.h b/DipstickDlg.h
index ce9ed22..47c3e01 100644
--- a/DipstickDlg.h
+++ b/DipstickDlg.h
@@ -43,6 +43,8 @@ class CDipstickDlg : public CDialog
43 CCrackURL src; 43 CCrackURL src;
44 }; 44 };
45public: 45public:
46 LRESULT OnURLSPing(WPARAM wP,LPARAM lP);
47 CRegEx m_reURL;
46 BOOL ExportLocations(LPCTSTR file); 48 BOOL ExportLocations(LPCTSTR file);
47 CString m_impexPath; 49 CString m_impexPath;
48 BOOL ImportLocations(LPCTSTR file); 50 BOOL ImportLocations(LPCTSTR file);