Removed warnings
Added GetCount() to wxList and wxDaynArray git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@734 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -132,7 +132,7 @@ bool wxFile::Exists(const char *name)
|
||||
|
||||
bool wxFile::Access(const char *name, OpenMode mode)
|
||||
{
|
||||
int how;
|
||||
int how = 0;
|
||||
|
||||
switch ( mode ) {
|
||||
case read:
|
||||
|
Reference in New Issue
Block a user