diff options
Diffstat (limited to 'src/WebAdmin.h')
-rw-r--r-- | src/WebAdmin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WebAdmin.h b/src/WebAdmin.h index 50a0487b0..a4effdbeb 100644 --- a/src/WebAdmin.h +++ b/src/WebAdmin.h @@ -157,7 +157,7 @@ public: cWebAdmin(void); - virtual ~cWebAdmin(); + virtual ~cWebAdmin() override; /** Initializes the object. Returns true if successfully initialized and ready to start */ bool Init(void); |