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:
Dimitri Schoolwerth
2005-02-21 02:09:08 +00:00
parent baec3aee00
commit b3ced90555

View File

@@ -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;