diff options
author | Vincent Richard <[email protected]> | 2007-07-09 21:53:00 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2007-07-09 21:53:00 +0000 |
commit | cb5e91a24ca8c6774261501c0ce5eb275c2c697c (patch) | |
tree | 95b9c12e0d4e604707a15f59df1a6e875ad90506 /src | |
parent | Fixed wrong block size (thanks to Emmanuel Cabestan). (diff) | |
download | vmime-cb5e91a24ca8c6774261501c0ce5eb275c2c697c.tar.gz vmime-cb5e91a24ca8c6774261501c0ce5eb275c2c697c.zip |
New GCC definition.
Diffstat (limited to 'src')
-rw-r--r-- | src/utility/smartPtrInt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utility/smartPtrInt.cpp b/src/utility/smartPtrInt.cpp index a3036310..88c2b756 100644 --- a/src/utility/smartPtrInt.cpp +++ b/src/utility/smartPtrInt.cpp @@ -167,7 +167,7 @@ refCounter::operator long() const } -#elif defined(__GNUC__) && defined(__GLIBCPP__) +#elif defined(__GNUC__) && (defined(__GLIBCPP__) || defined(__GLIBCXX__)) refCounter::refCounter(const long initialValue) |