Doc: Remove some SmallVector references from documentation.

This commit is contained in:
J0anJosep
2020-12-24 17:10:44 +01:00
committed by Charles Pigott
parent e0161cf8da
commit edbb5f4f73
2 changed files with 3 additions and 3 deletions

View File

@@ -24,8 +24,8 @@ private:
/**
* The actual classes.
* @note We store pointers to membes of this array in various places outside this class (e.g. to 'name' for GRF string resolving).
* Thus this must be a static array, and cannot be a self-resizing SmallVector or similar.
* @note We store pointers to members of this array in various places outside this class (e.g. to 'name' for GRF string resolving).
* Thus this must be a static array, and cannot be a self-resizing vector or similar.
*/
static NewGRFClass<Tspec, Tid, Tmax> classes[Tmax];