From 3e47a9ba51196f0eea9f91322b1fbf2a2944791f Mon Sep 17 00:00:00 2001 From: chatty Date: Fri, 22 Jul 1994 09:07:23 +0000 Subject: Added pragma implementation --- utils/SmartPointer.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'utils/SmartPointer.cc') 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 #include +#ifdef __GNUG__ +#pragma implementation "SmartPointer.h" +#endif #include "SmartPointer.h" #include "List.h" -- cgit v1.1