Matroska-Org / libebml

a C++ library to parse EBML files
GNU Lesser General Public License v2.1
140 stars 47 forks source link

Fix name of EbmlElement::DefaultISset() #22

Open mbunkus opened 7 years ago

mbunkus commented 7 years ago

This is just a reminder/TODO for when we break the API/ABI the next time: the function name is wrong. The member variable, on the other hand, is named DefaultIsSet and should be renamed in order not to clash with the then-fixed function name.

mbunkus commented 7 years ago

Oh wait, the function name is DefaultISset at the moment (and not DefaultIsSset as claimed earlier). Still wrong and not in line with other function names that use proper camel-case.