mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 17:03:06 +01:00
WebSockets: fix guard header in json.h
This commit is contained in:
parent
dbb26daafa
commit
ea16fc51d3
1 changed files with 3 additions and 3 deletions
|
|
@ -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_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue