diff options
author | Stef Walter <stef@memberwebs.com> | 2004-07-23 22:13:34 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2004-07-23 22:13:34 +0000 |
commit | 316c1cf683b362f4be56a12a6ed58a5b9e58d8ac (patch) | |
tree | ee0b3748b899622e32743a75ad1b3ce9fe331619 /src | |
parent | e3f58fd53e0dbf467e4a37433b0f85835aa4a09a (diff) |
- Move formatInt to a better place
Diffstat (limited to 'src')
-rw-r--r-- | src/xmlcomposer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmlcomposer.cpp b/src/xmlcomposer.cpp index 9f943ed..525d815 100644 --- a/src/xmlcomposer.cpp +++ b/src/xmlcomposer.cpp @@ -808,7 +808,7 @@ ON_CONTROLWORD(ListOverrideTable) // List id for current listoverride else if(cw == "listid" && HAS_PARAM) { - wstring id = XmlComposer::formatInt(param); + wstring id = formatInt(param); if(lists != NULL) { |