diff options
Diffstat (limited to 'src/base/BaseProperties.h')
-rw-r--r-- | src/base/BaseProperties.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/BaseProperties.h b/src/base/BaseProperties.h index 44cd477..f83b2f7 100644 --- a/src/base/BaseProperties.h +++ b/src/base/BaseProperties.h @@ -62,7 +62,7 @@ extern const PropertyName TRIGGER_SEGMENT_RETUNE; extern const PropertyName TRIGGER_SEGMENT_ADJUST_TIMES; extern const std::string TRIGGER_SEGMENT_ADJUST_NONE; -extern const std::string TRIGGER_SEGMENT_ADJUST_STQUISH; +extern const std::string TRIGGER_SEGMENT_ADJUST_SQUISH; extern const std::string TRIGGER_SEGMENT_ADJUST_SYNC_START; extern const std::string TRIGGER_SEGMENT_ADJUST_SYNC_END; |