From bd9a39fde6cc3b43fd2cf1566ffc618359259441 Mon Sep 17 00:00:00 2001 From: rathnor Date: Sun, 20 Apr 2003 15:11:48 +0000 Subject: fix couple of functions that shouldn't have been marked as inline (is/hasTransient) (Simon) --- src/Window.hh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Window.hh b/src/Window.hh index 31be752..4a8065e 100644 --- a/src/Window.hh +++ b/src/Window.hh @@ -22,7 +22,7 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // 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 #define WINDOW_HH @@ -214,8 +214,8 @@ public: @name accessors */ //@{ - inline bool isTransient() const; - inline bool hasTransient() const; + bool isTransient() const; + bool hasTransient() const; inline bool isManaged() const { return m_managed; } inline bool isFocused() const { return focused; } inline bool isVisible() const { return visible; } -- cgit v0.11.2