aboutsummaryrefslogtreecommitdiffstats
path: root/src/utility/stringProxy.cpp
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2005-10-06 11:08:56 +0000
committerVincent Richard <[email protected]>2005-10-06 11:08:56 +0000
commitee46de08f7144af3e1101c7e505e01902b8c79a3 (patch)
tree76a4839e08d40c9807198326a2f02ec54980960c /src/utility/stringProxy.cpp
parentMoved MSVC-specific defines. (diff)
downloadvmime-ee46de08f7144af3e1101c7e505e01902b8c79a3.tar.gz
vmime-ee46de08f7144af3e1101c7e505e01902b8c79a3.zip
Renamed 'progressionListener' to 'progressListener'.
Diffstat (limited to 'src/utility/stringProxy.cpp')
-rw-r--r--src/utility/stringProxy.cpp2
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;