projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
changed the usage of the member vars to be more consistent
[wxWidgets.git]
/
include
/
wx
/
mac
/
taskbar.h
diff --git
a/include/wx/mac/taskbar.h
b/include/wx/mac/taskbar.h
index 7f4a36b8b4e7a125539eb4a496d77addab4dd967..dd17b4930bc599bb5da0ee817d85dd74488a54ec 100644
(file)
--- a/
include/wx/mac/taskbar.h
+++ b/
include/wx/mac/taskbar.h
@@
-17,8
+17,8
@@
#pragma interface "taskbar.h"
#endif
-#include
<wx/list.h>
-#include
<wx/icon.h>
+#include
"wx/list.h"
+#include
"wx/icon.h"
class wxTaskBarIcon: public wxObject
{