summaryrefslogtreecommitdiff
path: root/utils/SmartPointer.h
diff options
context:
space:
mode:
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 {