Mercurial > mercurial > hgweb_mover2.cgi
diff include/common.h @ 11:9b0840b0be7e
cache done.
author | pyon@macmini |
---|---|
date | Sun, 23 Oct 2011 07:43:34 +0900 |
parents | 550c143ab194 |
children | 6ed3b64ed39a |
line wrap: on
line diff
--- a/include/common.h Fri Oct 21 07:58:23 2011 +0900 +++ b/include/common.h Sun Oct 23 07:43:34 2011 +0900 @@ -1,5 +1,5 @@ // Filename : common.h -// Last Change: 19-Oct-2011. +// Last Change: 22-Oct-2011. // #ifndef __COMMON__ #define __COMMON__ @@ -32,6 +32,7 @@ #include <wx/combobox.h> #include <wx/progdlg.h> #include <wx/frame.h> + #include <wx/textfile.h> #endif enum { @@ -55,7 +56,10 @@ ID_BUTTONDEL, ID_BUTTONUNDO, + ID_TIMER, + // param + }; #endif // __COMMON__