WebSockets: fix guard header in json.h

This commit is contained in:
Luciano Iam 2020-04-22 18:21:46 +02:00 committed by Robin Gareus
parent dbb26daafa
commit ea16fc51d3
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 3 additions and 3 deletions

View File

@ -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_