diff --git a/doc/sharedpointer.md b/doc/sharedpointer.md index cd6d354..2287e27 100644 --- a/doc/sharedpointer.md +++ b/doc/sharedpointer.md @@ -10,7 +10,7 @@ Nut has template alias ```cpp #ifdef NUT_SHARED_POINTER - template + template using RowList = QList>; template