Skip to content

Commit 3059ee7

Browse files
committed
signal_emit: Make a_ private.
1 parent 7502a6a commit 3059ee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sigc++/signal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,9 +272,9 @@ struct signal_emit
272272
slot_iterator_buf_type(slots.begin(), &self), slot_iterator_buf_type(slots.end(), &self));
273273
}
274274

275+
private:
275276
std::tuple<type_trait_take_t<T_arg>...> a_;
276277

277-
private:
278278
// TODO_variadic: Replace this with std::experimental::apply() if that becomes standard
279279
// C++, or add our own implementation, to avoid code duplication.
280280
template <std::size_t... Is>

0 commit comments

Comments
 (0)