mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
WS: noop use a namespace for JSON utilities
Instead of a class with static methods Also correct some whitespace to prevent triggering of OCD cycles
This commit is contained in:
parent
aa38491b7d
commit
665e0686e5
3 changed files with 7 additions and 10 deletions
|
|
@ -19,12 +19,9 @@
|
|||
#ifndef _ardour_surface_websockets_json_h_
|
||||
#define _ardour_surface_websockets_json_h_
|
||||
|
||||
class Json
|
||||
namespace Json
|
||||
{
|
||||
public:
|
||||
|
||||
static std::string escape (const std::string&);
|
||||
|
||||
};
|
||||
std::string escape (const std::string&);
|
||||
}
|
||||
|
||||
#endif // _ardour_surface_websockets_json_h_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue