projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
added support for wxTE_LINEWRAP; use GTK_WRAP_WORD_CHAR for wxTE_WORDWRAP instead...
[wxWidgets.git]
/
demos
/
forty
/
playerdg.h
diff --git
a/demos/forty/playerdg.h
b/demos/forty/playerdg.h
index 037237f96d9473b5ef2557ef16cf4b65836a154b..c6e0f89b2978746fa822806c903cb51a6316842b 100644
(file)
--- a/
demos/forty/playerdg.h
+++ b/
demos/forty/playerdg.h
@@
-17,7
+17,7
@@
class PlayerSelectionDialog : public wxDialog
{
public:
PlayerSelectionDialog(wxWindow* parent, ScoreFile* file);
- virtual ~PlayerSelectionDialog();
+ virtual ~PlayerSelectionDialog()
{}
;
const wxString& GetPlayersName();
void ButtonCallback(wxCommandEvent& event);