X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=signalhandler.hpp;h=fff9efc7a1cf6fda5f31d42d2feeea9c84034cda;hp=fe54ff2a182c66a7219e5d31c3fec6c0519e8a42;hb=7a01bd3654ed046216308fa64edfd79be7cd525f;hpb=3cc9ad7b867853315473df611612c562d562ed8a diff --git a/signalhandler.hpp b/signalhandler.hpp index fe54ff2..fff9efc 100644 --- a/signalhandler.hpp +++ b/signalhandler.hpp @@ -18,8 +18,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef SIGNALHANDLER_H -#define SIGNALHANDLER_H +#ifndef SIGNALHANDLER_HPP +#define SIGNALHANDLER_HPP #include @@ -52,4 +52,4 @@ private: static int sockets_[2]; }; -#endif // SIGNALHANDLER_H +#endif // SIGNALHANDLER_HPP