diff options
Diffstat (limited to 'src/Partition.hxx')
-rw-r--r-- | src/Partition.hxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Partition.hxx b/src/Partition.hxx index 1d326b147..dbc79b4ba 100644 --- a/src/Partition.hxx +++ b/src/Partition.hxx @@ -167,6 +167,12 @@ struct Partition { } /** + * The database has been modified. Propagate the change to + * all subsystems. + */ + void DatabaseModified(); + + /** * A tag in the play queue has been modified by the player * thread. Propagate the change to all subsystems. */ |