X-Git-Url: https://git.pterodactylus.net/?p=fms.git;a=blobdiff_plain;f=include%2Fdbmaintenancethread.h;h=e7c3dd6d6cf9d64b469803daefa192826908adae;hp=74a7fd8a4e12c04408e580e60eb42ed8274360ef;hb=59a5414ec47a2932a7802fcd1d98c4d80166564f;hpb=4e96d123460d6363cf7274e36bd9357768eb86ad diff --git a/include/dbmaintenancethread.h b/include/dbmaintenancethread.h index 74a7fd8..e7c3dd6 100644 --- a/include/dbmaintenancethread.h +++ b/include/dbmaintenancethread.h @@ -3,11 +3,11 @@ #include "threadwrapper/cancelablerunnable.h" #include "ilogger.h" -#include "idatabase.h" +#include "ithreaddatabase.h" #include -class DBMaintenanceThread:public CancelableRunnable,public ILogger,public IDatabase +class DBMaintenanceThread:public CancelableRunnable,public ILogger,public IThreadDatabase { public: DBMaintenanceThread();