Skip to content

Commit e5b27fc

Browse files
committed
Changed access to Matrix44 data
1 parent 437bba3 commit e5b27fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/DataTypes/Matrix44.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ class Matrix44 {
140140
*/
141141
robotcontrolapp::Matrix44 ToGrpc() const;
142142

143-
private:
143+
protected:
144144
// Contains the matrix data
145145
std::array<double, 16> m_data;
146146
};

0 commit comments

Comments
 (0)