From a1d3578395e6bf404a017e8157882fc4e441e71c Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 13:08:37 +0000 Subject: Utilisateur : Fcolin Date : 18/11/05 Heure : 11:46 Archivé dans $/Bus/IvyProbe Commentaire: (vss 3) --- IvyProbe/ETSLayout.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'IvyProbe') diff --git a/IvyProbe/ETSLayout.h b/IvyProbe/ETSLayout.h index b532c56..3bdc0da 100644 --- a/IvyProbe/ETSLayout.h +++ b/IvyProbe/ETSLayout.h @@ -269,7 +269,7 @@ public: PaneBase* GetPaneBase() { return operator->(); } bool IsValid() { return (m_pPaneHolder != 0); } - operator !() { return (m_pPaneHolder == 0); } + bool operator !() { return (m_pPaneHolder == 0); } }; -- cgit v1.1