Skip to content

Commit

Permalink
Make some variables private
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuichiueda committed Mar 26, 2017
1 parent aae44e9 commit 04cadf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Script.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Script : public Element
virtual bool eval(void){return true;};

void setSilent(void){m_silent = true;}
protected:
private:
bool tryElement(Element *n);
void printErrorMsg(Element *e,string error_type,bool silent = false);
bool parseScript(void);
Expand Down

0 comments on commit 04cadf4

Please sign in to comment.