aboutsummaryrefslogtreecommitdiffstats
path: root/src/utility/smartPtrInt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utility/smartPtrInt.cpp')
-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)