/////////////////////////////////////////////////////////////////////////////
-// Name: splash.h
+// Name: wx/generic/splash.h
// Purpose: Splash screen class
// Author: Julian Smart
// Modified by:
DECLARE_DYNAMIC_CLASS(wxSplashScreen)
DECLARE_EVENT_TABLE()
- DECLARE_NO_COPY_CLASS(wxSplashScreen)
+ wxDECLARE_NO_COPY_CLASS(wxSplashScreen);
};
/*
wxBitmap m_bitmap;
DECLARE_EVENT_TABLE()
- DECLARE_NO_COPY_CLASS(wxSplashScreenWindow)
+ wxDECLARE_NO_COPY_CLASS(wxSplashScreenWindow);
};