projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
1. fixed bug with empty value not being written to the file
[wxWidgets.git]
/
include
/
wx
/
generic
/
helpwxht.h
diff --git
a/include/wx/generic/helpwxht.h
b/include/wx/generic/helpwxht.h
index 9f1f8f9fcad2c7593985ff1550dfffc6c6dceb1d..62d3da59aa4f11cd1a9d88380f62aebf3941eab7 100644
(file)
--- a/
include/wx/generic/helpwxht.h
+++ b/
include/wx/generic/helpwxht.h
@@
-6,8
+6,8
@@
* $Id$
*******************************************************************/
* $Id$
*******************************************************************/
-#ifndef _
_
WX_HELPWXHT_H_
-#define _
_
WX_HELPWXHT_H_
+#ifndef _WX_HELPWXHT_H_
+#define _WX_HELPWXHT_H_
#if wxUSE_HELP
#if wxUSE_HTML
#if wxUSE_HELP
#if wxUSE_HTML
@@
-58,7
+58,7
@@
DECLARE_CLASS(wxHelpControllerHtml)
private:
/// Call the browser using a relative URL.
private:
/// Call the browser using a relative URL.
- virtual bool DisplayHelp(
wxString const
&);
+ virtual bool DisplayHelp(
const wxString
&);
protected:
friend class wxHelpFrame;
class wxHelpFrame *m_Frame;
protected:
friend class wxHelpFrame;
class wxHelpFrame *m_Frame;
@@
-72,4
+72,4
@@
protected:
#endif // wxUSE_HELP
#endif // wxUSE_HTML
#endif // wxUSE_HELP
#endif // wxUSE_HTML
-#endif // _
_WX_HELPEX
T_H_
+#endif // _
WX_HELPWXH
T_H_