diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-01-20 20:49:52 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-01-20 20:49:52 +0000 |
commit | 2a6e2b30f0512eb0470ebb317c57635cc07d7532 (patch) | |
tree | 1f0cb48c66100561a922df8800b74134da529c48 /ace/Containers_T.h | |
parent | 7739bdcf75d9b58c67ea0c3f53d7851f05151db7 (diff) | |
download | ATCD-2a6e2b30f0512eb0470ebb317c57635cc07d7532.tar.gz |
replace () around #pragma implementation argument
Diffstat (limited to 'ace/Containers_T.h')
-rw-r--r-- | ace/Containers_T.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Containers_T.h b/ace/Containers_T.h index 2dd190f1d55..361430dc9fb 100644 --- a/ace/Containers_T.h +++ b/ace/Containers_T.h @@ -1585,7 +1585,7 @@ private: #endif /* ACE_TEMPLATES_REQUIRE_SOURCE */ #if defined (ACE_TEMPLATES_REQUIRE_PRAGMA) -#pragma implementation "Containers_T.cpp" +#pragma implementation ("Containers_T.cpp") #endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */ #endif /* ACE_CONTAINERS_T_H */ |