summaryrefslogtreecommitdiff
path: root/plugins/shotwell-data-imports/FSpotRollsTable.vala
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/shotwell-data-imports/FSpotRollsTable.vala')
-rw-r--r--plugins/shotwell-data-imports/FSpotRollsTable.vala4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/shotwell-data-imports/FSpotRollsTable.vala b/plugins/shotwell-data-imports/FSpotRollsTable.vala
index 850b47f..8a5ee8c 100644
--- a/plugins/shotwell-data-imports/FSpotRollsTable.vala
+++ b/plugins/shotwell-data-imports/FSpotRollsTable.vala
@@ -18,8 +18,8 @@ public class FSpotRollRow : Object {
* This class represents the F-Spot rolls table.
*/
public class FSpotRollsTable : FSpotDatabaseTable<FSpotRollRow> {
- public static const string TABLE_NAME = "Rolls";
- public static const string TABLE_NAME_PRE_V5 = "Imports";
+ public const string TABLE_NAME = "Rolls";
+ public const string TABLE_NAME_PRE_V5 = "Imports";
public FSpotRollsTable(Sqlite.Database db, FSpotDatabaseBehavior db_behavior) {
base(db);