diff options
author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-18 07:32:51 +0800 |
---|---|---|
committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-18 07:32:51 +0800 |
commit | 27e7b3a03bc1add0943beb62e9e76ae1313b2103 (patch) | |
tree | 99c893bae104a49c9d7658fe637e2968ab9c38c1 /qrtclient | |
parent | f490a15ce4dcb7937f055c7266669502a2f51387 (diff) |
Make the header guard more consistent
Diffstat (limited to 'qrtclient')
-rw-r--r-- | qrtclient/client.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/qrtclient/client.hxx b/qrtclient/client.hxx index c8182d8..8474cdb 100644 --- a/qrtclient/client.hxx +++ b/qrtclient/client.hxx @@ -1,5 +1,5 @@ -#ifndef QRTCLIENT_HXX -#define QRTCLIENT_HXX +#ifndef QRTCLIENT_CLIENT_HXX +#define QRTCLIENT_CLIENT_HXX #include <QObject> #include <rtclient/user.h> @@ -52,4 +52,4 @@ namespace RTClient { } -#endif // QRTCLIENT_HXX +#endif // QRTCLIENT_CLIENT_HXX |