diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2018-08-31 20:21:19 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2018-08-31 20:21:19 (GMT) |
commit | 6ef81aa7f887cb678603f581cc89929f9d635b73 (patch) | |
tree | 9ac8dcf94d8d34622bdec195e3ca5e67222da82d /tksao/frame/base.h | |
parent | 16483c2259d29eef3e935a07cfd3b7abe86a1bd0 (diff) | |
download | blt-6ef81aa7f887cb678603f581cc89929f9d635b73.zip blt-6ef81aa7f887cb678603f581cc89929f9d635b73.tar.gz blt-6ef81aa7f887cb678603f581cc89929f9d635b73.tar.bz2 |
fixed an issue with old backups and the smooth function
Diffstat (limited to 'tksao/frame/base.h')
-rw-r--r-- | tksao/frame/base.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tksao/frame/base.h b/tksao/frame/base.h index d47c7d3..04e3bc1 100644 --- a/tksao/frame/base.h +++ b/tksao/frame/base.h @@ -1645,6 +1645,8 @@ public: void getSmoothAngleCmd(); void hasSmoothCmd(); void smoothCmd(int, int, int, double, double, double); + // backward compatibilty backup + void smoothCmd(int, int); void smoothDeleteCmd(); // Threads Commands |