diff OrthancServer/Database/SQLiteDatabaseWrapper.h @ 3124:c0d7aee8c3f8 db-changes

Fix issue #58 (Patient recycling order should be defined by their received last instance)
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 15 Jan 2019 21:09:33 +0100
parents f86ebf971a72
children 4bbadcd03966
line wrap: on
line diff
--- a/OrthancServer/Database/SQLiteDatabaseWrapper.h	Mon Jan 14 16:23:08 2019 +0100
+++ b/OrthancServer/Database/SQLiteDatabaseWrapper.h	Tue Jan 15 21:09:33 2019 +0100
@@ -360,6 +360,6 @@
 
     virtual int64_t GetLastChangeIndex() ORTHANC_OVERRIDE;
 
-    virtual void TagAsMostRecentPatient(int64_t patient) ORTHANC_OVERRIDE;
+    virtual void TagMostRecentPatient(int64_t patient) ORTHANC_OVERRIDE;
   };
 }