Index: System.Data.SQLite/SQLiteStatement.cs ================================================================== --- System.Data.SQLite/SQLiteStatement.cs +++ System.Data.SQLite/SQLiteStatement.cs @@ -113,11 +113,11 @@ #endif } /////////////////////////////////////////////////////////////////////////////////////////////// - protected virtual void Dispose(bool disposing) + private void Dispose(bool disposing) { if (!disposed) { if (disposing) { Index: testlinq/NorthwindModel2010.Designer.cs ================================================================== --- testlinq/NorthwindModel2010.Designer.cs +++ testlinq/NorthwindModel2010.Designer.cs @@ -1,13 +1,11 @@ - //------------------------------------------------------------------------------ // // This code was generated from a template. //