diff options
Diffstat (limited to 'src/vmime/utility/sync/criticalSection.hpp')
-rw-r--r-- | src/vmime/utility/sync/criticalSection.hpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/vmime/utility/sync/criticalSection.hpp b/src/vmime/utility/sync/criticalSection.hpp index 9703d73c..1e7008c6 100644 --- a/src/vmime/utility/sync/criticalSection.hpp +++ b/src/vmime/utility/sync/criticalSection.hpp @@ -1,6 +1,6 @@ // // VMime library (http://www.vmime.org) -// Copyright (C) 2002-2013 Vincent Richard <[email protected]> +// Copyright (C) 2002 Vincent Richard <[email protected]> // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License as @@ -35,9 +35,8 @@ namespace sync { /** Critical section class. */ +class VMIME_EXPORT criticalSection : public object { -class VMIME_EXPORT criticalSection : public object -{ public: virtual ~criticalSection(); |