# | Line 16 | Line 16 | |
---|---|---|
16 | class Hexadecimal : public Binary | |
17 | { | |
18 | private: | |
19 | < | byte_t hex(const ext::CodePoint atom); |
19 | > | byte_t hex(const ext::CodePoint& atom); |
20 | public: | |
21 | Hexadecimal() : Binary() {} | |
22 | Hexadecimal(const Binary& binary) : Binary(binary) {} |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |