Remove useless void.
This commit is contained in:
parent
af1855c10c
commit
30f1f337d7
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ public:
|
|||
std::string::const_iterator begin() const { return string_.begin() + begin_; }
|
||||
std::string::const_iterator end() const { return string_.begin() + end_; }
|
||||
private:
|
||||
void update(void);
|
||||
void update();
|
||||
|
||||
const std::string& string_;
|
||||
std::string::size_type begin_;
|
||||
|
|
Loading…
Add table
Reference in a new issue