Commit 2662ae4b authored by Olivier Bertrand's avatar Olivier Bertrand

- Trying to remove those warnings about non virtual destructor

modified:
  storage/connect/block.h
parent d662c48a
...@@ -52,6 +52,9 @@ if (debug != NULL) ...@@ -52,6 +52,9 @@ if (debug != NULL)
// Avoid warning C4291 by defining a matching dummy delete operator // Avoid warning C4291 by defining a matching dummy delete operator
void operator delete(void *, PGLOBAL, void *) {} void operator delete(void *, PGLOBAL, void *) {}
#endif #endif
protected:
~BLOCK(void) {}
}; // end of class BLOCK }; // end of class BLOCK
#endif // !BLOCK_DEFINED #endif // !BLOCK_DEFINED
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment