summaryrefslogtreecommitdiff
path: root/utils/SmartPointer.h
diff options
context:
space:
mode:
authorchatty1994-05-10 08:45:26 +0000
committerchatty1994-05-10 08:45:26 +0000
commit7f565c8a2711dfb6927dd9f175fd6b09549d385d (patch)
treeb19390955b71dbf319a759848e7c26d24ab455ee /utils/SmartPointer.h
parentacc7e1fa8196fd8e92b95b391d3fe4b0f8a5ee22 (diff)
downloadivy-league-7f565c8a2711dfb6927dd9f175fd6b09549d385d.zip
ivy-league-7f565c8a2711dfb6927dd9f175fd6b09549d385d.tar.gz
ivy-league-7f565c8a2711dfb6927dd9f175fd6b09549d385d.tar.bz2
ivy-league-7f565c8a2711dfb6927dd9f175fd6b09549d385d.tar.xz
Added pragma interface for g++
Diffstat (limited to 'utils/SmartPointer.h')
-rw-r--r--utils/SmartPointer.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/SmartPointer.h b/utils/SmartPointer.h
index 2131c71..ec61e72 100644
--- a/utils/SmartPointer.h
+++ b/utils/SmartPointer.h
@@ -16,6 +16,10 @@
#ifndef SmartPointer_H_
#define SmartPointer_H_
+#ifdef __GNUG__
+#pragma interface
+#endif
+
#include "cplus_bugs.h"
class CcuSmartData {