diff options
Diffstat (limited to 'source/frontend/StarWireInterface.hpp')
-rw-r--r-- | source/frontend/StarWireInterface.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source/frontend/StarWireInterface.hpp b/source/frontend/StarWireInterface.hpp index 8e4474f..6c124a7 100644 --- a/source/frontend/StarWireInterface.hpp +++ b/source/frontend/StarWireInterface.hpp @@ -38,9 +38,9 @@ private: WireDirection m_sourceDirection; WireConnection m_sourceConnector; - Vec2F m_insize; - Vec2F m_outsize; - Vec2F m_nodesize; + Vec2F m_inSize; + Vec2F m_outSize; + Vec2F m_nodeSize; }; } |