Committing in .
Some more ; fixes Modified Files: wxWidgets/include/wx/motif/tglbtn.h wxWidgets/src/motif/evtloop.cpp wxWidgets/src/x11/bitmap.cpp ---------------------------------------------------------------------- git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32033 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -38,7 +38,7 @@ public:
|
|||||||
const wxValidator& val = wxDefaultValidator,
|
const wxValidator& val = wxDefaultValidator,
|
||||||
const wxString &name = wxCheckBoxNameStr );
|
const wxString &name = wxCheckBoxNameStr );
|
||||||
private:
|
private:
|
||||||
DECLARE_DYNAMIC_CLASS(wxToggleButton);
|
DECLARE_DYNAMIC_CLASS(wxToggleButton)
|
||||||
|
|
||||||
// common part of all constructors
|
// common part of all constructors
|
||||||
void Init()
|
void Init()
|
||||||
|
@@ -409,7 +409,7 @@ public:
|
|||||||
close( idleFds[1] );
|
close( idleFds[1] );
|
||||||
}
|
}
|
||||||
private:
|
private:
|
||||||
DECLARE_DYNAMIC_CLASS(wxIdlePipeModule);
|
DECLARE_DYNAMIC_CLASS(wxIdlePipeModule)
|
||||||
};
|
};
|
||||||
|
|
||||||
IMPLEMENT_DYNAMIC_CLASS(wxIdlePipeModule, wxModule);
|
IMPLEMENT_DYNAMIC_CLASS(wxIdlePipeModule, wxModule);
|
||||||
|
@@ -1316,7 +1316,7 @@ IMPLEMENT_ABSTRACT_CLASS(wxBitmapHandler, wxBitmapHandlerBase);
|
|||||||
|
|
||||||
class wxXPMFileHandler : public wxBitmapHandler
|
class wxXPMFileHandler : public wxBitmapHandler
|
||||||
{
|
{
|
||||||
DECLARE_DYNAMIC_CLASS(wxXPMFileHandler);
|
DECLARE_DYNAMIC_CLASS(wxXPMFileHandler)
|
||||||
public:
|
public:
|
||||||
wxXPMFileHandler()
|
wxXPMFileHandler()
|
||||||
{
|
{
|
||||||
@@ -1424,7 +1424,7 @@ bool wxXPMFileHandler::SaveFile(const wxBitmap *bitmap, const wxString& name,
|
|||||||
|
|
||||||
class wxXPMDataHandler : public wxBitmapHandler
|
class wxXPMDataHandler : public wxBitmapHandler
|
||||||
{
|
{
|
||||||
DECLARE_DYNAMIC_CLASS(wxXPMDataHandler);
|
DECLARE_DYNAMIC_CLASS(wxXPMDataHandler)
|
||||||
public:
|
public:
|
||||||
wxXPMDataHandler()
|
wxXPMDataHandler()
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user