diff options
Diffstat (limited to 'src/Partition.hxx')
-rw-r--r-- | src/Partition.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Partition.hxx b/src/Partition.hxx index 1faf7c9a2..de41162f3 100644 --- a/src/Partition.hxx +++ b/src/Partition.hxx @@ -178,7 +178,7 @@ struct Partition { * The database has been modified. Propagate the change to * all subsystems. */ - void DatabaseModified(); + void DatabaseModified(const Database &db); #endif /** |