From c1eb057eeba0fdadd49016cb86c03bedd8fb52db Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Mon, 21 Nov 2011 08:41:01 +0000 Subject: [PATCH] Avoid warning for ' */* comment */' by adding whitespace --- .../Surface_reconstruction_points_3/PS_demo_cleaning_plugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Surface_reconstruction_points_3/demo/Surface_reconstruction_points_3/PS_demo_cleaning_plugin.cpp b/Surface_reconstruction_points_3/demo/Surface_reconstruction_points_3/PS_demo_cleaning_plugin.cpp index 4bad7bc80ec..c49f26a709e 100644 --- a/Surface_reconstruction_points_3/demo/Surface_reconstruction_points_3/PS_demo_cleaning_plugin.cpp +++ b/Surface_reconstruction_points_3/demo/Surface_reconstruction_points_3/PS_demo_cleaning_plugin.cpp @@ -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); }