diff options
author | David Robillard <d@drobilla.net> | 2023-05-12 09:43:13 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-05-12 09:43:13 -0400 |
commit | 06ed19d4ef9250f772ce6192640ab25ea0d5c4f4 (patch) | |
tree | 4b27e2624f3ef3b378b1b14d816131a26f811d5a /include | |
parent | dcd4b5419b326f45f692a6e9a8e70b78efaae03d (diff) | |
download | ingen-06ed19d4ef9250f772ce6192640ab25ea0d5c4f4.tar.gz ingen-06ed19d4ef9250f772ce6192640ab25ea0d5c4f4.tar.bz2 ingen-06ed19d4ef9250f772ce6192640ab25ea0d5c4f4.zip |
Fix include guard
Diffstat (limited to 'include')
-rw-r--r-- | include/ingen/client/SocketClient.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/ingen/client/SocketClient.hpp b/include/ingen/client/SocketClient.hpp index 0002c795..3dc00d6f 100644 --- a/include/ingen/client/SocketClient.hpp +++ b/include/ingen/client/SocketClient.hpp @@ -14,8 +14,8 @@ along with Ingen. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef INGEN_CLIENT_SOCKET_CLIENT_HPP -#define INGEN_CLIENT_SOCKET_CLIENT_HPP +#ifndef INGEN_CLIENT_SOCKETCLIENT_HPP +#define INGEN_CLIENT_SOCKETCLIENT_HPP #include "ingen/Log.hpp" #include "ingen/SocketReader.hpp" @@ -89,4 +89,4 @@ private: } // namespace client } // namespace ingen -#endif // INGEN_CLIENT_SOCKET_CLIENT_HPP +#endif // INGEN_CLIENT_SOCKETCLIENT_HPP |