diff options
Diffstat (limited to 'examples/example7.cpp')
-rw-r--r-- | examples/example7.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example7.cpp b/examples/example7.cpp index adb14df7..2d6e59f2 100644 --- a/examples/example7.cpp +++ b/examples/example7.cpp @@ -91,7 +91,7 @@ int main() { case vmime::net::serviceInfos::property::TYPE_INTEGER: type = "TYPE_INTEGER"; break; case vmime::net::serviceInfos::property::TYPE_STRING: type = "TYPE_STRING"; break; - case vmime::net::serviceInfos::property::TYPE_BOOL: type = "TYPE_BOOL"; break; + case vmime::net::serviceInfos::property::TYPE_BOOLEAN: type = "TYPE_BOOLEAN"; break; default: type = "(unknown)"; break; } |