Issue #77 Style

This commit is contained in:
Mat Sutcliffe
2020-08-23 19:59:44 +01:00
parent d8ae23c2c5
commit 0c78c187f8
21 changed files with 34 additions and 40 deletions

View File

@@ -158,7 +158,7 @@ namespace BlackMisc
namespace Private
{
//! \private Needed so we can copy forward-declared CIcon.
//! \private Needed so CValueObjectMetaInfoHelper can copy forward-declared CIcon.
inline void assign(CIcon &a, const CIcon &b) { a = b; }
}