X-Git-Url: https://git.llucax.com/z.facultad/75.52/treemulator.git/blobdiff_plain/57dbb7df8973a3e0c0c570c1eae9d84802e02bd9..031fcd433e233cf31c4ee732883940d9b8c8165a:/src/clave.h?ds=inline diff --git a/src/clave.h b/src/clave.h index c0f3a30..27e9487 100644 --- a/src/clave.h +++ b/src/clave.h @@ -28,6 +28,8 @@ class Clave { virtual bool operator < (const Clave &k) const = 0; virtual bool operator == (const Clave &k) const = 0; virtual operator std::string () const = 0; + protected: + uint block_data; }; #endif