diff options
Diffstat (limited to 'dgedit/selection.h')
-rw-r--r-- | dgedit/selection.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dgedit/selection.h b/dgedit/selection.h index 08b897b..c6c7ecc 100644 --- a/dgedit/selection.h +++ b/dgedit/selection.h @@ -40,10 +40,10 @@ public: this->fadein = fadein; this->fadeout = fadeout; } - int from; - int to; - int fadein; - int fadeout; + size_t from; + size_t to; + size_t fadein; + size_t fadeout; double energy; |