aboutsummaryrefslogtreecommitdiff
path: root/osc_server.h
diff options
context:
space:
mode:
Diffstat (limited to 'osc_server.h')
-rw-r--r--osc_server.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/osc_server.h b/osc_server.h
index 362ded9..7df4e88 100644
--- a/osc_server.h
+++ b/osc_server.h
@@ -12,7 +12,7 @@
class Layer;
-class OscServer {
+class OSCServer {
lo_server_thread server;
public:
@@ -44,8 +44,8 @@ public:
typedef Layer *(*ConstructorHandlerCb)(const char *name, SDL_Rect geo,
float alpha, lo_arg **argv);
- OscServer(const char *port);
- ~OscServer();
+ OSCServer(const char *port);
+ ~OSCServer();
inline void
start()