diff options
Diffstat (limited to 'ee1301')
-rw-r--r-- | ee1301/wk6/lab5/wUp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ee1301/wk6/lab5/wUp.cpp b/ee1301/wk6/lab5/wUp.cpp index f198d03..492c092 100644 --- a/ee1301/wk6/lab5/wUp.cpp +++ b/ee1301/wk6/lab5/wUp.cpp @@ -11,7 +11,7 @@ Point(int newX, int newY) { ylocation = newY; } int xlocation; -int ylocation; +int ylocation; } ; |