diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-12-15 20:44:23 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-12-15 20:44:23 +0000 |
commit | a6a8c509740d639f1483b305285d02a0597b708b (patch) | |
tree | f230be41e05c50d6dbd53230d3e904f24b878d84 /ace/Containers_T.h | |
parent | f4dc00cfbcfe419149ed0e775ee8128c3bf18682 (diff) | |
download | ATCD-a6a8c509740d639f1483b305285d02a0597b708b.tar.gz |
removed () from #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 1389a5d777e..e4e5d952f10 100644 --- a/ace/Containers_T.h +++ b/ace/Containers_T.h @@ -1522,7 +1522,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 */ |