From 75ba58a038a07b779e56549a7281156d419380d0 Mon Sep 17 00:00:00 2001 From: Alexandre Terrasa Date: Fri, 12 Dec 2014 15:30:07 -0500 Subject: [PATCH] lib/linux: fixes useless private visibility Signed-off-by: Alexandre Terrasa --- lib/linux/linux_data_store.nit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/linux/linux_data_store.nit b/lib/linux/linux_data_store.nit index b7cedea..30a6b40 100644 --- a/lib/linux/linux_data_store.nit +++ b/lib/linux/linux_data_store.nit @@ -34,7 +34,7 @@ private class LinuxStore # Sqlite3 table used fun db_table: String do return "data_store" - private var db_cache: nullable Sqlite3DB = null + var db_cache: nullable Sqlite3DB = null # Database to use to implement the `DataStore` fun db: nullable Sqlite3DB -- 1.7.9.5