Skip to content

Commit

Permalink
Adapt to SQLite/SQLiteInventoryStore.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
diva committed May 29, 2016
1 parent 34ea6fc commit 5b17480
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion addon-modules/00Data/SQLite/SQLiteInventoryStore.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,11 @@ namespace Diva.Data.SQLite
/// <summary>
/// An Inventory Interface to the SQLite database
/// </summary>
public class SQLiteInventoryStore : OpenSim.Data.SQLite.SQLiteInventoryStore
public class SQLiteInventoryStore : OpenSim.Data.SQLite.SQLiteXInventoryData
{
public SQLiteInventoryStore(string conn, string realm) : base(conn, realm)
{

}
}
}

0 comments on commit 5b17480

Please sign in to comment.