Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.Data/Mono.Data.SqlExpressions/Aggregation.cs')
-rw-r--r--mcs/class/System.Data/Mono.Data.SqlExpressions/Aggregation.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/System.Data/Mono.Data.SqlExpressions/Aggregation.cs b/mcs/class/System.Data/Mono.Data.SqlExpressions/Aggregation.cs
index 2f7e35f2693..ffb3e1e44db 100644
--- a/mcs/class/System.Data/Mono.Data.SqlExpressions/Aggregation.cs
+++ b/mcs/class/System.Data/Mono.Data.SqlExpressions/Aggregation.cs
@@ -196,7 +196,7 @@ namespace Mono.Data.SqlExpressions {
return res;
}
- public override void ResetExpression ()
+ public override Void ResetExpression ()
{
if (table != null)
InvalidateCache (table, null);