summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/WebRTCPeer.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/WebRTCPeer.hpp b/src/WebRTCPeer.hpp
index 510276a..52a754b 100644
--- a/src/WebRTCPeer.hpp
+++ b/src/WebRTCPeer.hpp
@@ -1,5 +1,5 @@
-#ifndef MY_PACKET_PEER
-#define MY_PACKET_PEER
+#ifndef WEBRTC_PEER_H
+#define WEBRTC_PEER_H
#include <Godot.hpp>
@@ -33,4 +33,4 @@ public:
~WebRTCPeer();
};
-#endif // MY_PACKET_PEER
+#endif // WEBRTC_PEER_H