From 76744b18c76b06d69281af98714e44cac250f7cf Mon Sep 17 00:00:00 2001 From: kervala Date: Wed, 6 Jan 2016 12:39:58 +0100 Subject: [PATCH] Changed: Minor change --HG-- branch : develop --- code/nel/include/nel/georges/u_form_elm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/nel/include/nel/georges/u_form_elm.h b/code/nel/include/nel/georges/u_form_elm.h index ebb950429..6ec80938f 100644 --- a/code/nel/include/nel/georges/u_form_elm.h +++ b/code/nel/include/nel/georges/u_form_elm.h @@ -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;