summaryrefslogtreecommitdiffstats
path: root/mimelib/mimelib/msgcmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'mimelib/mimelib/msgcmp.h')
-rw-r--r--mimelib/mimelib/msgcmp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mimelib/mimelib/msgcmp.h b/mimelib/mimelib/msgcmp.h
index f1b28495..c9e6707e 100644
--- a/mimelib/mimelib/msgcmp.h
+++ b/mimelib/mimelib/msgcmp.h
@@ -256,8 +256,8 @@ public:
//. Returns a object id that is unique among all DwMessageComponent
//. objects.
- const char* partId() const { return mId.c_str(); };
- void SetPartId( DwString id ) { mId = id; };
+ const char* partId() const { return mId.c_str(); }
+ void SetPartId( DwString id ) { mId = id; }
// set or get a unique string for that part
protected: