Remove trailing semicolon from wxDFB_DECLARE_INTERFACE()
This avoids -Wpedantic warnings when a semicolon is used after it.
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
*/
|
*/
|
||||||
#define wxDFB_DECLARE_INTERFACE(name) \
|
#define wxDFB_DECLARE_INTERFACE(name) \
|
||||||
class wx##name; \
|
class wx##name; \
|
||||||
typedef wxDfbPtr<wx##name> wx##name##Ptr;
|
typedef wxDfbPtr<wx##name> wx##name##Ptr
|
||||||
|
|
||||||
|
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user