diff options
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) { |