projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
forgot to commit some regenerated files
[wxWidgets.git]
/
src
/
html
/
htmlcell.cpp
diff --git
a/src/html/htmlcell.cpp
b/src/html/htmlcell.cpp
index 4f71ab0fdf7b4ededb27b0d12c1d4d782f73dbc1..f378ce4a9ebbee24f073712b22f162e8fde9414c 100644
(file)
--- a/
src/html/htmlcell.cpp
+++ b/
src/html/htmlcell.cpp
@@
-7,7
+7,7
@@
// Licence: wxWindows Licence
/////////////////////////////////////////////////////////////////////////////
// Licence: wxWindows Licence
/////////////////////////////////////////////////////////////////////////////
-#if
def __GNUG__
+#if
defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "htmlcell.h"
#endif
#pragma implementation "htmlcell.h"
#endif
@@
-68,14
+68,16
@@
void wxHtmlSelection::Set(const wxHtmlCell *fromCell, const wxHtmlCell *toCell)
Set(p1, fromCell, p2, toCell);
}
Set(p1, fromCell, p2, toCell);
}
-wxColour wxDefaultHtmlRenderingStyle::GetSelectedTextColour(
- const wxColour& clr)
+wxColour
+wxDefaultHtmlRenderingStyle::
+GetSelectedTextColour(const wxColour& WXUNUSED(clr))
{
return wxSystemSettings::GetColour(wxSYS_COLOUR_HIGHLIGHTTEXT);
}
{
return wxSystemSettings::GetColour(wxSYS_COLOUR_HIGHLIGHTTEXT);
}
-wxColour wxDefaultHtmlRenderingStyle::GetSelectedTextBgColour(
- const wxColour& WXUNUSED(clr))
+wxColour
+wxDefaultHtmlRenderingStyle::
+GetSelectedTextBgColour(const wxColour& WXUNUSED(clr))
{
return wxSystemSettings::GetColour(wxSYS_COLOUR_HIGHLIGHT);
}
{
return wxSystemSettings::GetColour(wxSYS_COLOUR_HIGHLIGHT);
}