classbuilder: Use .hpp instead of .h for C++ header file extension
commita5a47da9f29dcc329eac45176073c5c47c88df44
authorYan Pashkovsky <Yanpas@users.noreply.github.com>
Sat, 16 Apr 2016 19:15:44 +0000 (16 22:15 +0300)
committerColomban Wendling <ban@herbesfolles.org>
Fri, 29 Apr 2016 22:06:51 +0000 (30 00:06 +0200)
treed2074bf686b9e1b4986200dfb0789b42ab4beb7f
parent1403d352b2f38c68a10e0ce4b6eb686fbef8920d
classbuilder: Use .hpp instead of .h for C++ header file extension

.hpp is a C++-specific extension avoiding any confusion, and better
supported as C++ out of the box by Geany.

Closes #999.
plugins/classbuilder.c