From cb5e91a24ca8c6774261501c0ce5eb275c2c697c Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Mon, 9 Jul 2007 21:53:00 +0000 Subject: New GCC definition. --- src/utility/smartPtrInt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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) -- cgit v1.2.3