Good day!

What means the following error message and how can i fix it? I'm using QtCreator-5.3.2 with GCC-4.6.1 64bit.

warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 [enabled by default]
Error pointing to this code line:
Qt Code:
  1. class Data : public QDialog
  2. {
  3. //...
  4. public:
  5. Historic *hs = NULL; Message error here.
To copy to clipboard, switch view to plain text mode 

Thanks!