diff MySQL/Plugins/MySQLStorageArea.h @ 252:33fa478c119a

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 14 Apr 2021 13:33:48 +0200
parents b97a537f4613
children 16aac0287485
line wrap: on
line diff
--- a/MySQL/Plugins/MySQLStorageArea.h	Wed Apr 14 11:20:51 2021 +0200
+++ b/MySQL/Plugins/MySQLStorageArea.h	Wed Apr 14 13:33:48 2021 +0200
@@ -37,7 +37,7 @@
                            bool clearAll);
 
   protected:
-    virtual bool HasReadRange() const
+    virtual bool HasReadRange() const ORTHANC_OVERRIDE
     {
       return true;
     }
@@ -46,6 +46,6 @@
     MySQLStorageArea(const MySQLParameters& parameters,
                      bool clearAll);
 
-    virtual IAccessor* CreateAccessor();
+    virtual IAccessor* CreateAccessor() ORTHANC_OVERRIDE;
   };
 }