summaryrefslogtreecommitdiff
path: root/utils/SmartPointer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'utils/SmartPointer.cc')
-rw-r--r--utils/SmartPointer.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/SmartPointer.cc b/utils/SmartPointer.cc
index d83dbbc..2ff5539 100644
--- a/utils/SmartPointer.cc
+++ b/utils/SmartPointer.cc
@@ -16,6 +16,9 @@
#include <stdlib.h>
#include <stdio.h>
+#ifdef __GNUG__
+#pragma implementation "SmartPointer.h"
+#endif
#include "SmartPointer.h"
#include "List.h"