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:
Dimitri Schoolwerth
2015-04-23 15:49:01 +04:00
parent 2d3f617b34
commit 8f8d58d193
1697 changed files with 3543 additions and 3543 deletions

View File

@@ -61,7 +61,7 @@ private:
wxBitmap m_bmpOrig;
#endif // wxUSE_DC_TRANSFORM_MATRIX
DECLARE_NO_COPY_CLASS(AffineTransformTestCase)
wxDECLARE_NO_COPY_CLASS(AffineTransformTestCase);
};
// register in the unnamed registry so that these tests are run by default

View File

@@ -40,7 +40,7 @@ private:
wxBitmap m_bmp;
DECLARE_NO_COPY_CLASS(BitmapTestCase)
wxDECLARE_NO_COPY_CLASS(BitmapTestCase);
};
// register in the unnamed registry so that these tests are run by default

View File

@@ -135,7 +135,7 @@ private:
void GradientFillConcentric();
void DrawCheckMark();
DECLARE_NO_COPY_CLASS(GCDCBoundingBoxTestCase)
wxDECLARE_NO_COPY_CLASS(GCDCBoundingBoxTestCase);
};
// register in the unnamed registry so that these tests are run by default

View File

@@ -54,7 +54,7 @@ private:
void GetSetRGB();
void FromString();
DECLARE_NO_COPY_CLASS(ColourTestCase)
wxDECLARE_NO_COPY_CLASS(ColourTestCase);
};
// register in the unnamed registry so that these tests are run by default

View File

@@ -41,7 +41,7 @@ private:
void VeryLittleSpace();
void HasThreeDots();
DECLARE_NO_COPY_CLASS(EllipsizationTestCase)
wxDECLARE_NO_COPY_CLASS(EllipsizationTestCase);
};
// register in the unnamed registry so that these tests are run by default

View File

@@ -63,7 +63,7 @@ private:
void GraphicsGetTextExtent();
#endif // TEST_GC
DECLARE_NO_COPY_CLASS(MeasuringTextTestCase)
wxDECLARE_NO_COPY_CLASS(MeasuringTextTestCase);
};
// register in the unnamed registry so that these tests are run by default