diff options
author | fcolin | 2007-02-01 13:08:37 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 13:08:37 +0000 |
commit | a1d3578395e6bf404a017e8157882fc4e441e71c (patch) | |
tree | c9adbe2aa0c66535c8c1f42300dffe3b2b49a91b /IvyProbe/ETSLayout.h | |
parent | fcc74cd15b9c82be4e12e6efdab2844c0a20dc76 (diff) | |
download | ivy-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/ETSLayout.h')
-rw-r--r-- | IvyProbe/ETSLayout.h | 2 |
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); }
};
|