projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac371a8
)
put #if wxUSE_COLLPANE around AddCollapsiblePane() declaration
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Sun, 12 Nov 2006 23:18:52 +0000
(23:18 +0000)
committer
Vadim Zeitlin
<vadim@wxwidgets.org>
Sun, 12 Nov 2006 23:18:52 +0000
(23:18 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43382
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
include/wx/generic/aboutdlgg.h
patch
|
blob
|
blame
|
history
diff --git
a/include/wx/generic/aboutdlgg.h
b/include/wx/generic/aboutdlgg.h
index 9eaf9a4bfa0baabe049c4adb36e80e3f7739f162..c3ce6681ee8fa1c76b5c9dceb693f38a93643983 100644
(file)
--- a/
include/wx/generic/aboutdlgg.h
+++ b/
include/wx/generic/aboutdlgg.h
@@
-64,8
+64,10
@@
protected:
// add the text, if it's not empty, to the text sizer contents
void AddText(const wxString& text);
+#if wxUSE_COLLPANE
// add a wxCollapsiblePane containing the given text
void AddCollapsiblePane(const wxString& title, const wxString& text);
+#endif // wxUSE_COLLPANE
private:
// common part of all ctors