mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-22 05:14:31 -04:00
Fix typo
This commit is contained in:
parent
f3c627dceb
commit
d89c151a4d
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
||||||
/** @def RS_REGISTER_SERIAL_MEMBER_TYPED(I, T)
|
/** @def RS_REGISTER_SERIAL_MEMBER_TYPED(I, T)
|
||||||
* This macro usage is similar to @see RS_REGISTER_SERIAL_MEMBER(I) but it
|
* This macro usage is similar to @see RS_REGISTER_SERIAL_MEMBER(I) but it
|
||||||
* permit to force serialization/deserialization type, it is expecially useful
|
* permit to force serialization/deserialization type, it is expecially useful
|
||||||
* with enum class members ot RsTlvItem derivative members, be very careful with
|
* with enum class members or RsTlvItem derivative members, be very careful with
|
||||||
* the type you pass, as reinterpret_cast on a reference is used that is
|
* the type you pass, as reinterpret_cast on a reference is used that is
|
||||||
* expecially permissive so you can shot your feet if not carefull enough.
|
* expecially permissive so you can shot your feet if not carefull enough.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue