Use wx-prefixed macros throughout the repository.
Change {DECLARE,IMPLEMENT}_*CLASS and {DECLARE,BEGIN,END}_EVENT_TABLE
occurrences to use the wx-prefixed version of the macros.
This commit is contained in:
parent
2d3f617b34
commit
8f8d58d193
1697 changed files with 3543 additions and 3543 deletions
|
|
@ -51,7 +51,7 @@ private:
|
|||
// return the number of values we (attempted to) read
|
||||
int ReadValues(wxConfig *config, bool has_values);
|
||||
|
||||
DECLARE_NO_COPY_CLASS(ConfigTestCase)
|
||||
wxDECLARE_NO_COPY_CLASS(ConfigTestCase);
|
||||
};
|
||||
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
|
|
|
|||
|
|
@ -126,7 +126,7 @@ private:
|
|||
size_t nGroups,
|
||||
...);
|
||||
|
||||
DECLARE_NO_COPY_CLASS(FileConfigTestCase)
|
||||
wxDECLARE_NO_COPY_CLASS(FileConfigTestCase);
|
||||
};
|
||||
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ private:
|
|||
|
||||
void ReadWrite();
|
||||
|
||||
DECLARE_NO_COPY_CLASS(RegConfigTestCase)
|
||||
wxDECLARE_NO_COPY_CLASS(RegConfigTestCase);
|
||||
};
|
||||
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue