Skip to content
This repository was archived by the owner on Nov 5, 2024. It is now read-only.

Commit 302f45c

Browse files
committed
expose Input::ptr
1 parent 79eeadb commit 302f45c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/input.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ namespace lib_ruby_parser
99
{
1010
class Input
1111
{
12+
public:
1213
void *ptr;
1314

14-
public:
1515
Input() = default;
1616
explicit Input(void *);
1717
Input(const Input &) = delete;

0 commit comments

Comments
 (0)