fix couple of functions that shouldn't have been marked as inline
(is/hasTransient) (Simon)
This commit is contained in:
parent
54cf041b83
commit
bd9a39fde6
1 changed files with 3 additions and 3 deletions
|
@ -22,7 +22,7 @@
|
||||||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
// DEALINGS IN THE SOFTWARE.
|
// DEALINGS IN THE SOFTWARE.
|
||||||
|
|
||||||
// $Id: Window.hh,v 1.59 2003/04/20 02:47:15 rathnor Exp $
|
// $Id: Window.hh,v 1.60 2003/04/20 15:11:48 rathnor Exp $
|
||||||
|
|
||||||
#ifndef WINDOW_HH
|
#ifndef WINDOW_HH
|
||||||
#define WINDOW_HH
|
#define WINDOW_HH
|
||||||
|
@ -214,8 +214,8 @@ public:
|
||||||
@name accessors
|
@name accessors
|
||||||
*/
|
*/
|
||||||
//@{
|
//@{
|
||||||
inline bool isTransient() const;
|
bool isTransient() const;
|
||||||
inline bool hasTransient() const;
|
bool hasTransient() const;
|
||||||
inline bool isManaged() const { return m_managed; }
|
inline bool isManaged() const { return m_managed; }
|
||||||
inline bool isFocused() const { return focused; }
|
inline bool isFocused() const { return focused; }
|
||||||
inline bool isVisible() const { return visible; }
|
inline bool isVisible() const { return visible; }
|
||||||
|
|
Loading…
Reference in a new issue