diff options
author | Vincent Richard <[email protected]> | 2005-10-06 11:08:56 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2005-10-06 11:08:56 +0000 |
commit | ee46de08f7144af3e1101c7e505e01902b8c79a3 (patch) | |
tree | 76a4839e08d40c9807198326a2f02ec54980960c /src/utility/stringProxy.cpp | |
parent | Moved MSVC-specific defines. (diff) | |
download | vmime-ee46de08f7144af3e1101c7e505e01902b8c79a3.tar.gz vmime-ee46de08f7144af3e1101c7e505e01902b8c79a3.zip |
Renamed 'progressionListener' to 'progressListener'.
Diffstat (limited to 'src/utility/stringProxy.cpp')
-rw-r--r-- | src/utility/stringProxy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utility/stringProxy.cpp b/src/utility/stringProxy.cpp index 6ad41e26..10c2c3ce 100644 --- a/src/utility/stringProxy.cpp +++ b/src/utility/stringProxy.cpp @@ -86,7 +86,7 @@ stringProxy& stringProxy::operator=(const string_type& s) void stringProxy::extract(outputStream& os, const size_type start, const size_type end, - utility::progressionListener* progress) const + utility::progressListener* progress) const { size_type len = 0; |