Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
wildwoong@gmail.com committed Feb 8, 2011
1 parent c6bd735 commit 91d2e54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Label.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ class Label {

int Write(char ch);
int Write(char* pstr);
int Store(char* pstr);
int Erase(int index, int count);

int MoveLeft();
Expand Down

0 comments on commit 91d2e54

Please sign in to comment.