From ea06bc1de1f1844d5b7a66aa9e4bbcbc45be586c Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Tue, 15 Jan 2013 13:21:10 +0100 Subject: Renamed TYPE_BOOL to avoid name collision on MacOS. --- examples/example7.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') 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; } -- cgit v1.2.3