Skip to content

Commit 33410fa

Browse files
committed
docs: Refer to it as libsigc++, not libsigc++2.
1 parent 39e3db0 commit 33410fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sigc++/functors/slot_base.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ typedef void* (*hook)(void*);
3434
* Derivations of this class can be considered as a link
3535
* between a slot and the functor that the slot should
3636
* execute in operator(). This link is needed because in
37-
* libsigc++2 the slot doesn't necessarily have exactly the
37+
* libsigc++ the slot doesn't necessarily have exactly the
3838
* same function signature as the functor, thus allowing for
3939
* implicit conversions.
4040
*

0 commit comments

Comments
 (0)