diff options
| author | Tim Redfern <tim@eclectronics.org> | 2014-05-23 09:45:50 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2014-05-23 09:45:50 +0100 |
| commit | fc9b92ea1ab78e8f8b441cef2416eb73472ff106 (patch) | |
| tree | 213ffbe1f2686b7c05ae54956c5e60522d9d9ffe /rotord | |
| parent | 8f1667713a961de1f20688470ab84db097151692 (diff) | |
variable type getter/setter
Diffstat (limited to 'rotord')
| -rw-r--r-- | rotord/src/rotor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rotord/src/rotor.h b/rotord/src/rotor.h index 608f02a..57245d9 100644 --- a/rotord/src/rotor.h +++ b/rotord/src/rotor.h @@ -234,7 +234,7 @@ namespace Rotor { } double Rdouble(){ return ((double)r)/255.0; - } + } double Gdouble(){ return ((double)g)/255.0; } |
