diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2002-11-23 13:58:37 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2002-11-23 13:58:37 +0000 |
commit | 137d75f63245468e5bd363d81da2cdad9f275823 (patch) | |
tree | 67bf64f242b0bb3e511e1ae209ca9a9ef662e081 /math/graphthing | |
parent | 2caaee844ec34bbb295dc5c59aad8a74efebaaf5 (diff) | |
download | ports-137d75f63245468e5bd363d81da2cdad9f275823.tar.gz ports-137d75f63245468e5bd363d81da2cdad9f275823.zip |
Notes
Diffstat (limited to 'math/graphthing')
-rw-r--r-- | math/graphthing/files/patch-matrix.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/math/graphthing/files/patch-matrix.h b/math/graphthing/files/patch-matrix.h new file mode 100644 index 000000000000..04968852aa95 --- /dev/null +++ b/math/graphthing/files/patch-matrix.h @@ -0,0 +1,17 @@ +--- src/matrix.h.orig Thu Nov 28 05:36:37 2002 ++++ src/matrix.h Thu Nov 28 05:40:53 2002 +@@ -24,12 +24,13 @@ + ~MatrixRep (); + }; + +- MatrixRep *rep; + + void unref (); + void mutator (); + + public: ++ MatrixRep *rep; ++ + Matrix (unsigned int _rows, unsigned int _columns); + Matrix (const Matrix &other); + ~Matrix (); |