Edwin Leuven <[EMAIL PROTECTED]> writes:

| Abdelrazak Younes wrote:
| >  class GuiImplementation: public Gui
| 
| class Gui: public GuiBase
| 
| is prettier though...

No... I don't agree... the rest of the code is going to see 'Gui' if
anything,

class QtGui : public Gui

would have been ok with me, but so is

class GuiImplementation: public Gui

-- 
        Lgb

Reply via email to