diff options
author | Christian <c@ethdev.com> | 2014-10-20 22:28:24 +0800 |
---|---|---|
committer | Christian <c@ethdev.com> | 2014-10-20 22:28:24 +0800 |
commit | 869659802058a5f68b4d2af2e7559da3d9c55141 (patch) | |
tree | d6990b74c4616961320d7c0b26cc5cb84905c46b /Scanner.h | |
parent | be885dc3cf3da61278a22493b6c7510c6121e0a9 (diff) | |
download | dexon-solidity-869659802058a5f68b4d2af2e7559da3d9c55141.tar.gz dexon-solidity-869659802058a5f68b4d2af2e7559da3d9c55141.tar.zst dexon-solidity-869659802058a5f68b4d2af2e7559da3d9c55141.zip |
Access modifier cleanup.
Diffstat (limited to 'Scanner.h')
-rw-r--r-- | Scanner.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -77,6 +77,7 @@ public: std::string getLineAtPosition(int _position) const; std::tuple<int, int> translatePositionToLineColumn(int _position) const; /// @} + private: std::string m_source; size_t m_pos; |