summaryrefslogtreecommitdiff
path: root/ace/Strategies_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
commit0cea211b937d7f77ce973ea5acf118afeaf7cb5f (patch)
tree1f0cb48c66100561a922df8800b74134da529c48 /ace/Strategies_T.h
parent8decd8970f2c7081b70b0e17b826e8d90edaaf7e (diff)
downloadATCD-0cea211b937d7f77ce973ea5acf118afeaf7cb5f.tar.gz
replace () around #pragma implementation argument
Diffstat (limited to 'ace/Strategies_T.h')
-rw-r--r--ace/Strategies_T.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Strategies_T.h b/ace/Strategies_T.h
index ec609474053..cdca19b3608 100644
--- a/ace/Strategies_T.h
+++ b/ace/Strategies_T.h
@@ -890,7 +890,7 @@ protected:
#endif /* ACE_TEMPLATES_REQUIRE_SOURCE */
#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)
-#pragma implementation "Strategies_T.cpp"
+#pragma implementation ("Strategies_T.cpp")
#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
#endif /* ACE_STRATEGIES_T_H */