summaryrefslogtreecommitdiff
path: root/IvyProbe
diff options
context:
space:
mode:
authorfcolin2007-02-01 13:08:37 +0000
committerfcolin2007-02-01 13:08:37 +0000
commita1d3578395e6bf404a017e8157882fc4e441e71c (patch)
treec9adbe2aa0c66535c8c1f42300dffe3b2b49a91b /IvyProbe
parentfcc74cd15b9c82be4e12e6efdab2844c0a20dc76 (diff)
downloadivy-cplusplus-a1d3578395e6bf404a017e8157882fc4e441e71c.zip
ivy-cplusplus-a1d3578395e6bf404a017e8157882fc4e441e71c.tar.gz
ivy-cplusplus-a1d3578395e6bf404a017e8157882fc4e441e71c.tar.bz2
ivy-cplusplus-a1d3578395e6bf404a017e8157882fc4e441e71c.tar.xz
Utilisateur : Fcolin Date : 18/11/05 Heure : 11:46 Archivé dans $/Bus/IvyProbe Commentaire: (vss 3)
Diffstat (limited to 'IvyProbe')
-rw-r--r--IvyProbe/ETSLayout.h2
1 files changed, 1 insertions, 1 deletions
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); }
};