diff options
Diffstat (limited to 'src/RunStyles.h')
-rw-r--r-- | src/RunStyles.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/RunStyles.h b/src/RunStyles.h index f3f9fe314..bbf20b262 100644 --- a/src/RunStyles.h +++ b/src/RunStyles.h @@ -30,6 +30,7 @@ public: int EndRun(int position); // Returns true if some values may have changed bool FillRange(int &position, int value, int &fillLength); + void SetValueAt(int position, int value); void InsertSpace(int position, int insertLength); void DeleteAll(); void DeleteRange(int position, int deleteLength); |