Skip to content
Snippets Groups Projects
Commit 9c888bf3 authored by W. Spencer Smith's avatar W. Spencer Smith
Browse files
parents 5931d3f8 1ec02cad
No related branches found
No related tags found
No related merge requests found
......@@ -460,7 +460,7 @@ class Point {
this->y = y;
}
double getX(){ return this->x; }
double getY(){ return this-y; }
double getY(){ return this->y; }
};
\end{lstlisting}
\end{frame}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment