Skip to content

Commit

Permalink
change BarGraph to Bargraph
Browse files Browse the repository at this point in the history
  • Loading branch information
DBraun committed Jun 18, 2023
1 parent 9b3c6bc commit faf9356
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/FaustBoxAPI.h
Original file line number Diff line number Diff line change
Expand Up @@ -1153,7 +1153,7 @@ inline void create_bindings_for_faust_box(py::module &faust_module) {
arg("box"), returnPolicy)

.def(
"isBoxHBarGraph",
"isBoxHBargraph",
[](BoxWrapper &b) {
Box label, a_min, a_max;
bool res = isBoxHBargraph(b, label, a_min, a_max);
Expand Down Expand Up @@ -1466,7 +1466,7 @@ inline void create_bindings_for_faust_box(py::module &faust_module) {
arg("box"), returnPolicy)

.def(
"isBoxVBarGraph",
"isBoxVBargraph",
[](BoxWrapper &b) {
Box label, a_min, a_max;
bool res = isBoxVBargraph(b, label, a_min, a_max);
Expand Down

0 comments on commit faf9356

Please sign in to comment.