Allow screen aliasing.
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
class ScreenWarning : public ScreenAttract
|
||||
{
|
||||
public:
|
||||
ScreenWarning() : ScreenAttract("ScreenWarning") {};
|
||||
ScreenWarning( CString sClassName ) : ScreenAttract( sClassName ) {};
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user