diff options
Diffstat (limited to 'src/lib/util/astring.h')
-rw-r--r-- | src/lib/util/astring.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util/astring.h b/src/lib/util/astring.h index 09236de8f5d..665a64786fb 100644 --- a/src/lib/util/astring.h +++ b/src/lib/util/astring.h @@ -52,7 +52,7 @@ // TYPE DEFINITIONS //************************************************************************** -// derived class for C++ +// basic allocated string class class astring { public: |