From 28bf71262ef0747f7b5051d44df603285e5a36b1 Mon Sep 17 00:00:00 2001 From: dmv Date: Wed, 12 Mar 2008 11:59:08 +0000 Subject: [PATCH] NPAL 19238 GUI of V4_1_0_maintainance doesn't compil on M2008 32B --- src/SUIT/SUIT_Application.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SUIT/SUIT_Application.cxx b/src/SUIT/SUIT_Application.cxx index b9aa035e0..7bf76b4e2 100755 --- a/src/SUIT/SUIT_Application.cxx +++ b/src/SUIT/SUIT_Application.cxx @@ -38,7 +38,7 @@ class StatusLabel : public QLabel public: StatusLabel(QWidget* parent) : QLabel (parent) {}; - QSize StatusLabel::minimumSizeHint () const { return QSize (0, 0); } + QSize minimumSizeHint () const { return QSize (0, 0); } }; -- 2.39.2