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 | 0cea211b937d7f77ce973ea5acf118afeaf7cb5f (patch) | |
tree | 1f0cb48c66100561a922df8800b74134da529c48 /ace/Free_List.h | |
parent | 8decd8970f2c7081b70b0e17b826e8d90edaaf7e (diff) | |
download | ATCD-0cea211b937d7f77ce973ea5acf118afeaf7cb5f.tar.gz |
replace () around #pragma implementation argument
Diffstat (limited to 'ace/Free_List.h')
-rw-r--r-- | ace/Free_List.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Free_List.h b/ace/Free_List.h index ad35ac295ad..44a9ef0e3e0 100644 --- a/ace/Free_List.h +++ b/ace/Free_List.h @@ -138,7 +138,7 @@ private: #endif /* ACE_TEMPLATES_REQUIRE_SOURCE */ #if defined (ACE_TEMPLATES_REQUIRE_PRAGMA) -#pragma implementation "Free_List.cpp" +#pragma implementation ("Free_List.cpp") #endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */ #endif /* ACE_FREE_LIST_H */ |