1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-19 20:53:50 +00:00

Add comment

This commit is contained in:
scrawl 2015-11-14 17:25:00 +01:00
parent fc449233be
commit 7a983340bf

View file

@ -97,6 +97,9 @@ namespace MWWorld
public:
/// Make a copy of the given object and insert it into this cell.
/// @note If you get a linker error here, this means the given type can not be inserted into a cell.
/// The supported types are defined at the bottom of this file.
template <typename T>
LiveCellRefBase* insert(const LiveCellRef<T>* ref);