lib/linux: fixes useless private visibility
authorAlexandre Terrasa <alexandre@moz-code.org>
Fri, 12 Dec 2014 20:30:07 +0000 (15:30 -0500)
committerAlexandre Terrasa <alexandre@moz-code.org>
Fri, 12 Dec 2014 20:30:07 +0000 (15:30 -0500)
Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

lib/linux/linux_data_store.nit

index b7cedea..30a6b40 100644 (file)
@@ -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