mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-14 13:29:35 +00:00
gal: minor comment fix
This commit is contained in:
parent
aaf1b634d7
commit
83ffb8969f
@ -50,7 +50,7 @@ public:
|
||||
/**
|
||||
* Function GetSize()
|
||||
* Returns information about number of vertices stored.
|
||||
* @return Number of vertices.
|
||||
* @param Number of vertices.
|
||||
*/
|
||||
inline unsigned int GetSize() const
|
||||
{
|
||||
@ -69,7 +69,7 @@ public:
|
||||
|
||||
/**
|
||||
* Function GetVertices()
|
||||
* areturn a pointer to the data used by the VERTEX_ITEM.
|
||||
* Returns pointer to the data used by the VERTEX_ITEM.
|
||||
*/
|
||||
VERTEX* GetVertices() const;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user