projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
added conversion to and from std::string and std::wstring (if wxUSE_STD_STRING)
[wxWidgets.git]
/
include
/
wx
/
motif
/
minifram.h
diff --git
a/include/wx/motif/minifram.h
b/include/wx/motif/minifram.h
index 563691c5b9bdf52b6858d4804a464cdee2453ec0..a649a04740a85f2821f86ef6e26cdeafb819681e 100644
(file)
--- a/
include/wx/motif/minifram.h
+++ b/
include/wx/motif/minifram.h
@@
-34,7
+34,7
@@
public:
Create(parent, id, title, pos, size, style, name);
}
Create(parent, id, title, pos, size, style, name);
}
- ~wxMiniFrame() {}
+
virtual
~wxMiniFrame() {}
protected:
};
protected:
};