summaryrefslogtreecommitdiff
path: root/ace/Functor_T.h
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-01-20 20:49:52 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-01-20 20:49:52 +0000
commit2a6e2b30f0512eb0470ebb317c57635cc07d7532 (patch)
tree1f0cb48c66100561a922df8800b74134da529c48 /ace/Functor_T.h
parent7739bdcf75d9b58c67ea0c3f53d7851f05151db7 (diff)
downloadATCD-2a6e2b30f0512eb0470ebb317c57635cc07d7532.tar.gz
replace () around #pragma implementation argument
Diffstat (limited to 'ace/Functor_T.h')
-rw-r--r--ace/Functor_T.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Functor_T.h b/ace/Functor_T.h
index 052b10fa993..710a2a22218 100644
--- a/ace/Functor_T.h
+++ b/ace/Functor_T.h
@@ -134,7 +134,7 @@ public:
#endif /* ACE_TEMPLATES_REQUIRE_SOURCE */
#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)
-#pragma implementation "Functor_T.cpp"
+#pragma implementation ("Functor_T.cpp")
#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
#endif /* ACE_FUNCTOR_T_H */