projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
better XRC errors reporting: report location of the error and use unified formatting
[wxWidgets.git]
/
include
/
wx
/
dialup.h
diff --git
a/include/wx/dialup.h
b/include/wx/dialup.h
index 848328c6ce704ba1ab32b7b017bb771710acc8f2..75c7c630855366ccc7fc11c1e01b5d49eb09447d 100644
(file)
--- a/
include/wx/dialup.h
+++ b/
include/wx/dialup.h
@@
-180,7
+180,7
@@
public:
virtual wxEvent *Clone() const { return new wxDialUpEvent(*this); }
private:
- DECLARE_NO_ASSIGN_CLASS(wxDialUpEvent)
+ wxDECLARE_NO_ASSIGN_CLASS(wxDialUpEvent);
};
// the type of dialup event handler function