1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-23 02:35:57 +01:00

Fixed Dot11 documentation.

This commit is contained in:
Matias Fontanini
2012-10-05 12:13:06 -03:00
parent da60d99f98
commit 676bea9035
7 changed files with 257 additions and 239 deletions

View File

@@ -107,8 +107,6 @@ public:
*/
const data_type *data_ptr() const {
return &*(++value_.begin());
//return &value_[1];
}
/**