Changed: Minor change

This commit is contained in:
kervala 2016-01-06 12:39:58 +01:00
parent 0e4d1255b7
commit 84da97851b

View file

@ -225,7 +225,7 @@ public:
/// Returns the type of the atom. NULL otherwise.
virtual const class UType *getType () = 0;
virtual const class UType *getType () = 0;
/// Return true if the element is an atom
virtual bool isAtom () const = 0;