Skip to content

Commit afcc7ce

Browse files
authored
Update cursor.hpp
1 parent 52f5820 commit afcc7ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp-terminal/cursor.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class Cursor
1111
{
1212
public:
1313
Cursor() = default;
14-
Cursor(const std::size_t& rows, const std::size_t& colums);
14+
Cursor(const std::size_t&, const std::size_t&);
1515
std::size_t row() const;
1616
std::size_t column() const;
1717
void setRow(const std::size_t&);

0 commit comments

Comments
 (0)