diff options
Diffstat (limited to 'ace/FILE.cpp')
-rw-r--r-- | ace/FILE.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/FILE.cpp b/ace/FILE.cpp index ee3575c1292..c667526b73a 100644 --- a/ace/FILE.cpp +++ b/ace/FILE.cpp @@ -22,7 +22,7 @@ ACE_FILE::dump (void) const ACE_IO_SAP::dump (); } -/* This is the do-nothing constructor. */ +// This is the do-nothing constructor. ACE_FILE::ACE_FILE (void) { |