From c96fe308e4ea05f2c4f43c1b576fadd709f3d0e1 Mon Sep 17 00:00:00 2001 From: RossTheRoss Date: Wed, 24 Apr 2019 12:46:57 -0500 Subject: Fixing pointless things is pointless --- ee1301/wk6/lab5/wUp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ee1301') 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; } ; -- cgit v1.2.3