From a6a8c509740d639f1483b305285d02a0597b708b Mon Sep 17 00:00:00 2001 From: levine Date: Tue, 15 Dec 1998 20:44:23 +0000 Subject: removed () from #pragma implementation argument --- ace/Malloc_T.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ace/Malloc_T.h') diff --git a/ace/Malloc_T.h b/ace/Malloc_T.h index 4c49896d923..db2c0440145 100644 --- a/ace/Malloc_T.h +++ b/ace/Malloc_T.h @@ -476,7 +476,7 @@ private: #endif /* ACE_TEMPLATES_REQUIRE_SOURCE */ #if defined (ACE_TEMPLATES_REQUIRE_PRAGMA) -#pragma implementation ("Malloc_T.cpp") +#pragma implementation "Malloc_T.cpp" #endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */ #endif /* ACE_MALLOC_H */ -- cgit v1.2.1