fixed MSVC6 truncation warning
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32280 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -67,7 +67,7 @@ static inline wxChar* copystring(const wxChar* s)
|
||||
{ return wxStrcpy(new wxChar[wxStrlen(s) + 1], s); }
|
||||
#endif
|
||||
|
||||
const float versionNo = (float)TEX2RTF_VERSION_NUMBER;
|
||||
const float versionNo = float(TEX2RTF_VERSION_NUMBER);
|
||||
|
||||
TexChunk *currentMember = NULL;
|
||||
bool startedSections = false;
|
||||
|
Reference in New Issue
Block a user