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:
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user