projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
eliminate __WIN32__ only code
[wxWidgets.git]
/
src
/
common
/
resource.cpp
diff --git
a/src/common/resource.cpp
b/src/common/resource.cpp
index 4ba466c395044e5e42fdff085fcd3523dbb1c74e..de02d6a71fbf490c85fa524a9e02ffa9ae23ec4b 100644
(file)
--- a/
src/common/resource.cpp
+++ b/
src/common/resource.cpp
@@
-216,7
+216,7
@@
bool wxResourceTable::DeleteResource(const wxString& name)
bool wxResourceTable::ParseResourceFile( wxInputStream *is )
{
wxExprDatabase db;
bool wxResourceTable::ParseResourceFile( wxInputStream *is )
{
wxExprDatabase db;
- int len = is->
Stream
Size() ;
+ int len = is->
Get
Size() ;
bool eof = FALSE;
while ( is->TellI() + 10 < len) // it's a hack because the streams dont support EOF
bool eof = FALSE;
while ( is->TellI() + 10 < len) // it's a hack because the streams dont support EOF