diff options
Diffstat (limited to 'src/CompositeChat.h')
-rw-r--r-- | src/CompositeChat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CompositeChat.h b/src/CompositeChat.h index 2dc21b98f..90a6bc4c1 100644 --- a/src/CompositeChat.h +++ b/src/CompositeChat.h @@ -210,7 +210,7 @@ protected: /** Adds a_AddStyle to a_Style; overwrites the existing style if appropriate. - If the style already contains something that a_AddStyle overrides, it is erased first. */ + If the style already contains something that a_AddStyle /*override*/s, it is erased first. */ void AddStyle(AString & a_Style, const AString & a_AddStyle); } ; // tolua_export |