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 /layer_box.h | |
parent | 7e5561d02f257f5c2ae54f4d55dee1093cf2ad4b (diff) | |
download | osc-graphics-6179c8f8f1a32c430a496176a03c8a04f50fc160.tar.gz |
renamed OscServer to OSCServer
Diffstat (limited to 'layer_box.h')
-rw-r--r-- | layer_box.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layer_box.h b/layer_box.h index 3c9dace..413ee07 100644 --- a/layer_box.h +++ b/layer_box.h @@ -42,7 +42,7 @@ private: g = color.g; b = color.b; } - OscServer::MethodHandlerId *color_osc_id; + OSCServer::MethodHandlerId *color_osc_id; static void color_osc(LayerBox *obj, lo_arg **argv) { |