We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73266a7 commit cd8a371Copy full SHA for cd8a371
libopenage/curve/container/array.h
@@ -43,8 +43,8 @@ class Array : event::EventEntity {
43
* @param notifier Function to call when this curve changes.
44
* @param default_vals Default values for the array elements.
45
*/
46
- Array(const std::shared_ptr<event::EventLoop> &loop = nullptr,
47
- size_t id = 0,
+ Array(const std::shared_ptr<event::EventLoop> &loop,
+ size_t id,
48
const std::string &idstr = "",
49
const EventEntity::single_change_notifier ¬ifier = nullptr,
50
const std::array<T, Size> &default_vals = {}) :
0 commit comments