diff PostgreSQL/Plugins/PostgreSQLStorageArea.h @ 252:33fa478c119a

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 14 Apr 2021 13:33:48 +0200
parents 7a4f9bcb0bc2
children 16aac0287485
line wrap: on
line diff
--- a/PostgreSQL/Plugins/PostgreSQLStorageArea.h	Wed Apr 14 11:20:51 2021 +0200
+++ b/PostgreSQL/Plugins/PostgreSQLStorageArea.h	Wed Apr 14 13:33:48 2021 +0200
@@ -34,7 +34,7 @@
                            bool clearAll);
 
   protected:
-    virtual bool HasReadRange() const
+    virtual bool HasReadRange() const ORTHANC_OVERRIDE
     {
       return true;
     }