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 39e3db0 commit 33410faCopy full SHA for 33410fa
sigc++/functors/slot_base.h
@@ -34,7 +34,7 @@ typedef void* (*hook)(void*);
34
* Derivations of this class can be considered as a link
35
* between a slot and the functor that the slot should
36
* execute in operator(). This link is needed because in
37
- * libsigc++2 the slot doesn't necessarily have exactly the
+ * libsigc++ the slot doesn't necessarily have exactly the
38
* same function signature as the functor, thus allowing for
39
* implicit conversions.
40
*
0 commit comments