aboutsummaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2012-09-26 20:25:47 +0200
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2012-09-26 20:25:47 +0200
commit6179c8f8f1a32c430a496176a03c8a04f50fc160 (patch)
treeccea3abaeb731ce6045dbc516890d9654cbb2011 /main.cpp
parent7e5561d02f257f5c2ae54f4d55dee1093cf2ad4b (diff)
downloadosc-graphics-6179c8f8f1a32c430a496176a03c8a04f50fc160.tar.gz
renamed OscServer to OSCServer
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index 1ef1606..1b3302f 100644
--- a/main.cpp
+++ b/main.cpp
@@ -29,7 +29,7 @@
*/
SDL_Surface *screen;
-OscServer osc_server(PORT);
+OSCServer osc_server(PORT);
LayerList layers;
int config_dump_osc = 0;