diff options
Diffstat (limited to 'plugins/shotwell-data-imports/FSpotPhotosTable.vala')
-rw-r--r-- | plugins/shotwell-data-imports/FSpotPhotosTable.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/shotwell-data-imports/FSpotPhotosTable.vala b/plugins/shotwell-data-imports/FSpotPhotosTable.vala index fdf4c00..39329d4 100644 --- a/plugins/shotwell-data-imports/FSpotPhotosTable.vala +++ b/plugins/shotwell-data-imports/FSpotPhotosTable.vala @@ -25,7 +25,7 @@ public class FSpotPhotoRow : Object { * This class represents the F-Spot photos table. */ public class FSpotPhotosTable : FSpotDatabaseTable<FSpotPhotoRow> { - public static const string TABLE_NAME = "Photos"; + public const string TABLE_NAME = "Photos"; public FSpotPhotosTable(Sqlite.Database db, FSpotDatabaseBehavior db_behavior) { base(db); |