diff options
Diffstat (limited to 'plugins/NewStory/src/history_control.h')
-rw-r--r-- | plugins/NewStory/src/history_control.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewStory/src/history_control.h b/plugins/NewStory/src/history_control.h index 00762259ee..7b8551b404 100644 --- a/plugins/NewStory/src/history_control.h +++ b/plugins/NewStory/src/history_control.h @@ -59,7 +59,7 @@ struct NewstoryListData : public MZeroedObject void AddSelection(int iFirst, int iLast); bool AtBottom(void) const; bool AtTop(void) const; - void BeginEditItem(int index, bool bReadOnly); + void BeginEditItem(bool bReadOnly); void Clear(); void ClearSelection(int iFirst, int iLast); void Copy(bool bTextOnly = false); |