projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
correction to last commit: Korean and Romanian translations will only be in 2.9.1...
[wxWidgets.git]
/
src
/
osx
/
notebook_osx.cpp
diff --git
a/src/osx/notebook_osx.cpp
b/src/osx/notebook_osx.cpp
index a0824ff991b5e2bdd0f59fdd9a0a6a64f79f7a0b..0f3c83577e6207caab975aa2fdd4507cdcb69a8b 100644
(file)
--- a/
src/osx/notebook_osx.cpp
+++ b/
src/osx/notebook_osx.cpp
@@
-282,7
+282,7
@@
bool wxNotebook::InsertPage(size_t nPage,
return true;
}
return true;
}
-int wxNotebook::HitTest(const wxPoint&
pt, long * flags
) const
+int wxNotebook::HitTest(const wxPoint&
WXUNUSED(pt), long * WXUNUSED(flags)
) const
{
int resultV = wxNOT_FOUND;
#if 0
{
int resultV = wxNOT_FOUND;
#if 0
@@
-510,7
+510,7
@@
void wxNotebook::ChangePage(int nOldSel, int nSel)
m_peer->SetValue( m_nSelection + 1 ) ;
}
m_peer->SetValue( m_nSelection + 1 ) ;
}
-bool wxNotebook::OSXHandleClicked( double
timestampsec
)
+bool wxNotebook::OSXHandleClicked( double
WXUNUSED(timestampsec)
)
{
bool status = false ;
{
bool status = false ;