ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/Represent/Hexadecimal.hpp
(Generate patch)

Comparing Represent/Hexadecimal.hpp (file contents):
Revision 371 by douglas, 2004-12-21T23:19:54-08:00 vs.
Revision 373 by douglas, 2004-12-22T17:27:28-08:00

# 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) {}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines