Fix for ticket:160
authorBrandon King <kingb@caltech.edu>
Sat, 14 Oct 2006 00:28:01 +0000 (00:28 +0000)
committerBrandon King <kingb@caltech.edu>
Sat, 14 Oct 2006 00:28:01 +0000 (00:28 +0000)
  * gcc 4.0.3 didn't like assing 0 to a MussaRef, removed default value based on Diane's suggestion. That did the trick.

qui/MussaWindow.hpp

index a64c46f34413359b3356b10d00359984de041f58..a36d1b95ce4b8fa7eebf7ae141ba85b346c29671 100644 (file)
@@ -31,7 +31,7 @@ class MussaWindow : public QMainWindow
   Q_OBJECT
 
 public: 
-  MussaWindow(MussaRef analysis=0, QWidget *parent=0);
+  MussaWindow(MussaRef analysis, QWidget *parent=0);
 
   //! reset any attached window
   void clear();