Skip to content

Commit

Permalink
Fix RHEL6 sip generation. Refs #5801
Browse files Browse the repository at this point in the history
It doesn't seem to like spaces before the % markers.
  • Loading branch information
martyngigg committed Nov 21, 2012
1 parent 669bfba commit a588d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/MantidQt/Python/mantidqt.sip
Original file line number Diff line number Diff line change
Expand Up @@ -1173,7 +1173,7 @@ public:
RefMatrixWSImageView(QString wsname);

MantidQt::RefDetectorViewer::RefIVConnections * getConnections();
%Docstring
%Docstring
MantidQt::RefDetectorViewer::RefIVConnections* RefMatrixWSImageView::getConnections()
-------------------------------------------------------------------------------------
Get the connections widget inside the image view. This object is responsible for
Expand Down

0 comments on commit a588d86

Please sign in to comment.