aboutsummaryrefslogtreecommitdiffstats
path: root/ee1301
diff options
context:
space:
mode:
authorRossTheRoss <msattr@gmail.com>2019-04-24 12:46:57 -0500
committerRossTheRoss <msattr@gmail.com>2019-04-24 12:46:57 -0500
commitc96fe308e4ea05f2c4f43c1b576fadd709f3d0e1 (patch)
treea421baa353fc062ea9a913c2ce45e5d4e207e486 /ee1301
parentE (diff)
downloadhomework-c96fe308e4ea05f2c4f43c1b576fadd709f3d0e1.tar
homework-c96fe308e4ea05f2c4f43c1b576fadd709f3d0e1.tar.gz
homework-c96fe308e4ea05f2c4f43c1b576fadd709f3d0e1.tar.bz2
homework-c96fe308e4ea05f2c4f43c1b576fadd709f3d0e1.tar.lz
homework-c96fe308e4ea05f2c4f43c1b576fadd709f3d0e1.tar.xz
homework-c96fe308e4ea05f2c4f43c1b576fadd709f3d0e1.tar.zst
homework-c96fe308e4ea05f2c4f43c1b576fadd709f3d0e1.zip
Fixing pointless things is pointless
Diffstat (limited to 'ee1301')
-rw-r--r--ee1301/wk6/lab5/wUp.cpp2
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;
} ;