blob: 53eb59955338fb653e0a13fb83d05f09e4747c77 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ./src/pointer.cpp.orig 2002-01-17 20:56:41.000000000 +0100
+++ ./src/pointer.cpp 2014-02-01 23:41:06.000000000 +0100
@@ -17,7 +17,7 @@
#include "pointer.h"
-Pointer::Pointer(int row=0, int column=0){
+Pointer::Pointer(int row, int column){
this->row=row;
this->column=column;
this->moved_flag=true;
|