From fc9b92ea1ab78e8f8b441cef2416eb73472ff106 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Fri, 23 May 2014 09:45:50 +0100 Subject: variable type getter/setter --- rotord/src/rotor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rotord/src') 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; } -- cgit v1.2.3