diff options
author | Stef <stef@ws.local> | 2004-07-23 22:13:34 +0000 |
---|---|---|
committer | Stef <stef@ws.local> | 2004-07-23 22:13:34 +0000 |
commit | cea60367e7cc92bdfa8b7a8d1d56d3535652412b (patch) | |
tree | ee0b3748b899622e32743a75ad1b3ce9fe331619 | |
parent | cce6e2726c726e9849ef7f9f54ed23ca144f47bf (diff) |
- Move formatInt to a better place
-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) { |