aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2007-07-09 21:53:00 +0000
committerVincent Richard <[email protected]>2007-07-09 21:53:00 +0000
commitcb5e91a24ca8c6774261501c0ce5eb275c2c697c (patch)
tree95b9c12e0d4e604707a15f59df1a6e875ad90506 /src
parentFixed wrong block size (thanks to Emmanuel Cabestan). (diff)
downloadvmime-cb5e91a24ca8c6774261501c0ce5eb275c2c697c.tar.gz
vmime-cb5e91a24ca8c6774261501c0ce5eb275c2c697c.zip
New GCC definition.
Diffstat (limited to 'src')
-rw-r--r--src/utility/smartPtrInt.cpp2
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)