~mterry/nux/null-ibus-config

« back to all changes in this revision

Viewing changes to Nux/IntegerValidator.h

  • Committer: Michael Terry
  • Date: 2012-11-15 23:35:15 UTC
  • mfrom: (686.4.21 trunk)
  • Revision ID: michael.terry@canonical.com-20121115233515-inlh3o9v6euc1ky5
mergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
    void SetMaximum(int value);
50
50
    int GetMaximum() const;
51
51
 
52
 
    NString ToString(int i);
 
52
    std::string ToString(int i);
53
53
    int ToInteger(const char *str);
54
54
 
55
55
  private: