pull ScreenPrompt init into a separate function, so it's slightly less of a special

case; maybe this class's instances can be made reusable ...
This commit is contained in:
Glenn Maynard
2005-07-03 03:49:19 +00:00
parent 5bdae4fa35
commit a49aecd774
5 changed files with 49 additions and 47 deletions
+1
View File
@@ -9,6 +9,7 @@ class ScreenSaveSync : public ScreenPrompt
{
public:
ScreenSaveSync( const CString &sScreenName );
virtual void Init();
};