tarstrm.h API question

ABX abx at abx.art.pl
Sun Oct 29 13:19:58 PST 2006


Hi (Michael)!

In wx/tarstrm.h there is

  int GetTypeFlag() const { return m_TypeFlag; }

but m_TypeFlag is wxChar which is unsigned. I have warning about changing
unsigned to signed and I wonder if I can silencey it with cast or you would
prefer to change int or wxChar in the header other way.

ABX





More information about the wx-dev mailing list