forgot one 10_5 fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@49646 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2007-11-05 17:35:55 +00:00
parent 509e9e120a
commit 4a2f97be30

View File

@@ -2319,7 +2319,7 @@ int wxMacMLTEControl::GetLineLength(long lineNo) const
return theLength ; return theLength ;
} }
#if MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_5 #if MAC_OS_X_VERSION_MIN_REQUIRED < MAC_OS_X_VERSION_10_5
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
// MLTE control implementation (classic part) // MLTE control implementation (classic part)