diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-09-26 20:25:47 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-09-26 20:25:47 +0200 |
commit | 6179c8f8f1a32c430a496176a03c8a04f50fc160 (patch) | |
tree | ccea3abaeb731ce6045dbc516890d9654cbb2011 /main.cpp | |
parent | 7e5561d02f257f5c2ae54f4d55dee1093cf2ad4b (diff) | |
download | osc-graphics-6179c8f8f1a32c430a496176a03c8a04f50fc160.tar.gz |
renamed OscServer to OSCServer
Diffstat (limited to 'main.cpp')
-rw-r--r-- | main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ */ SDL_Surface *screen; -OscServer osc_server(PORT); +OSCServer osc_server(PORT); LayerList layers; int config_dump_osc = 0; |