summaryrefslogtreecommitdiff
path: root/libs/surfaces
diff options
context:
space:
mode:
authorLuciano Iam <lucianito@gmail.com>2020-04-22 18:21:46 +0200
committerRobin Gareus <robin@gareus.org>2020-04-22 21:59:35 +0200
commitea16fc51d328cdf1fc58972858cbc490f3fa3afa (patch)
treecc0919df63c03526da2024d72b5041360203819f /libs/surfaces
parentdbb26daafaea788d3b246e02c7d1cf8f858da7ab (diff)
WebSockets: fix guard header in json.h
Diffstat (limited to 'libs/surfaces')
-rw-r--r--libs/surfaces/websockets/json.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/surfaces/websockets/json.h b/libs/surfaces/websockets/json.h
index ea2b2be361..1bc19d74ca 100644
--- a/libs/surfaces/websockets/json.h
+++ b/libs/surfaces/websockets/json.h
@@ -16,8 +16,8 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#ifndef _ardour_surface_json_h_
-#define _ardour_surface_json_h_
+#ifndef _ardour_surface_websockets_json_h_
+#define _ardour_surface_websockets_json_h_
class Json
{
@@ -27,4 +27,4 @@ public:
};
-#endif // _ardour_surface_json_h_
+#endif // _ardour_surface_websockets_json_h_