projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Compilation fix for OS/2.
[wxWidgets.git]
/
include
/
wx
/
variant.h
diff --git
a/include/wx/variant.h
b/include/wx/variant.h
index ed248edd92f908e802ac84e6e426d07c219f77e6..3d3ad32484754f65746414ec5ebadcfae46bcfb8 100644
(file)
--- a/
include/wx/variant.h
+++ b/
include/wx/variant.h
@@
-52,7
+52,7
@@
DECLARE_ABSTRACT_CLASS(wxVariantData)
public:
// Construction & destruction
public:
// Construction & destruction
- wxVariantData() {}
;
+ wxVariantData() {}
// Override these to provide common functionality
// Copy to data
// Override these to provide common functionality
// Copy to data