Avoid warning for ' */* comment */' by adding whitespace

This commit is contained in:
Andreas Fabri 2011-11-21 08:41:01 +00:00
parent c052501204
commit c1eb057eeb
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ class Point_set_demo_outlier_removal_dialog : public QDialog, private Ui::Outlie
{
Q_OBJECT
public:
Point_set_demo_outlier_removal_dialog(QWidget */*parent*/ = 0)
Point_set_demo_outlier_removal_dialog(QWidget * /*parent*/ = 0)
{
setupUi(this);
}