db/simple/ExportedSong: new class
This commit is contained in:
@@ -20,10 +20,10 @@
|
||||
#ifndef MPD_SIMPLE_DATABASE_PLUGIN_HXX
|
||||
#define MPD_SIMPLE_DATABASE_PLUGIN_HXX
|
||||
|
||||
#include "ExportedSong.hxx"
|
||||
#include "db/Interface.hxx"
|
||||
#include "db/Ptr.hxx"
|
||||
#include "fs/AllocatedPath.hxx"
|
||||
#include "song/LightSong.hxx"
|
||||
#include "util/Manual.hxx"
|
||||
#include "util/Compiler.h"
|
||||
#include "config.h"
|
||||
@@ -63,7 +63,7 @@ class SimpleDatabase : public Database {
|
||||
/**
|
||||
* A buffer for GetSong().
|
||||
*/
|
||||
mutable Manual<LightSong> light_song;
|
||||
mutable Manual<ExportedSong> exported_song;
|
||||
|
||||
#ifndef NDEBUG
|
||||
mutable unsigned borrowed_song_count;
|
||||
|
||||
Reference in New Issue
Block a user