projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add missing WXK constants for the control keys
[wxWidgets.git]
/
include
/
wx
/
msw
/
webviewhistoryitem_ie.h
diff --git
a/include/wx/msw/webviewhistoryitem_ie.h
b/include/wx/msw/webviewhistoryitem_ie.h
index 102b98f516e96b5b27ad3d479fcf646344afbeee..d93d45ae29cb13aa490744fa90b830b3583b4933 100644
(file)
--- a/
include/wx/msw/webviewhistoryitem_ie.h
+++ b/
include/wx/msw/webviewhistoryitem_ie.h
@@
-12,12
+12,12
@@
#include "wx/setup.h"
#include "wx/setup.h"
-#if wxUSE_WEBVIEW_IE && defined(__WXMSW__)
+#if wxUSE_WEBVIEW
&& wxUSE_WEBVIEW
_IE && defined(__WXMSW__)
class WXDLLIMPEXP_WEBVIEW wxWebViewHistoryItem
{
public:
class WXDLLIMPEXP_WEBVIEW wxWebViewHistoryItem
{
public:
- wxWebViewHistoryItem(const wxString& url, const wxString& title) :
+ wxWebViewHistoryItem(const wxString& url, const wxString& title) :
m_url(url), m_title(title) {}
wxString GetUrl() { return m_url; }
wxString GetTitle() { return m_title; }
m_url(url), m_title(title) {}
wxString GetUrl() { return m_url; }
wxString GetTitle() { return m_title; }
@@
-26,6
+26,6
@@
private:
wxString m_url, m_title;
};
wxString m_url, m_title;
};
-#endif // wxUSE_WEBVIEW_IE && defined(__WXMSW__)
+#endif // wxUSE_WEBVIEW
&& wxUSE_WEBVIEW
_IE && defined(__WXMSW__)
#endif // _WX_MSW_WEBVIEWHISTORYITEM_H_
#endif // _WX_MSW_WEBVIEWHISTORYITEM_H_