diff options
Diffstat (limited to 'STL')
-rw-r--r-- | STL/bool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/STL/bool.h b/STL/bool.h index 69f423caf95..6181013c354 100644 --- a/STL/bool.h +++ b/STL/bool.h @@ -4,7 +4,7 @@ K// $Id$ #define ACE_BOOL_H #if defined (_MSC_VER) -// Define bool out of the std namespace. + // Define bool out of the std namespace. # if _MSC_VER > 1010 # include /**/ <yvals.h> # else /* _MSC_VER <= 1010 */ |