From afd028c877118a774328ae1a7eec1f0360554ae8 Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 26 Jan 2008 19:00:37 +0100 Subject: [PATCH] Changed access level of field --- 4DMemory/CardRow.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/4DMemory/CardRow.cs b/4DMemory/CardRow.cs index 60f39e6..3771551 100644 --- a/4DMemory/CardRow.cs +++ b/4DMemory/CardRow.cs @@ -9,7 +9,7 @@ namespace Memory IList m_cards; public int m_dimension { - get + public get { return m_dimension; } -- 2.11.4.GIT