last-svn-commit-692-ga54cebf Add missing defines in headers.

* lazzara/igr/gui/segmentation/src/crop_widget.hh, * lazzara/igr/gui/segmentation2dt/src/plot_widget.hh, * lazzara/igr/gui/viewer/src/main_window.hh: Here. --- milena/sandbox/ChangeLog | 8 ++++++++ .../igr/gui/segmentation/src/crop_widget.hh | 1 + .../igr/gui/segmentation2dt/src/plot_widget.hh | 1 + .../lazzara/igr/gui/viewer/src/main_window.hh | 1 + 4 files changed, 11 insertions(+), 0 deletions(-) diff --git a/milena/sandbox/ChangeLog b/milena/sandbox/ChangeLog index 5477ab3..705ecda 100644 --- a/milena/sandbox/ChangeLog +++ b/milena/sandbox/ChangeLog @@ -1,5 +1,13 @@ 2010-11-15 Guillaume Lazzara <z@lrde.epita.fr> + Add missing defines in headers. + + * lazzara/igr/gui/segmentation/src/crop_widget.hh, + * lazzara/igr/gui/segmentation2dt/src/plot_widget.hh, + * lazzara/igr/gui/viewer/src/main_window.hh: Here. + +2010-11-15 Guillaume Lazzara <z@lrde.epita.fr> + Split compilation of files including Milena's headers. * lazzara/igr/gui/segmentation/segmentation.pro, diff --git a/milena/sandbox/lazzara/igr/gui/segmentation/src/crop_widget.hh b/milena/sandbox/lazzara/igr/gui/segmentation/src/crop_widget.hh index 16f78f3..c5145a3 100644 --- a/milena/sandbox/lazzara/igr/gui/segmentation/src/crop_widget.hh +++ b/milena/sandbox/lazzara/igr/gui/segmentation/src/crop_widget.hh @@ -24,6 +24,7 @@ // executable file might be covered by the GNU General Public License. #ifndef IGR_SEGMENTATION_SRC_CROP_WIDGET_HH +# define IGR_SEGMENTATION_SRC_CROP_WIDGET_HH # include <QtGui> # include <ui_crop_widget.h> diff --git a/milena/sandbox/lazzara/igr/gui/segmentation2dt/src/plot_widget.hh b/milena/sandbox/lazzara/igr/gui/segmentation2dt/src/plot_widget.hh index a5674dd..bdfce62 100644 --- a/milena/sandbox/lazzara/igr/gui/segmentation2dt/src/plot_widget.hh +++ b/milena/sandbox/lazzara/igr/gui/segmentation2dt/src/plot_widget.hh @@ -24,6 +24,7 @@ // executable file might be covered by the GNU General Public License. #ifndef IGR_SEGMENTATION_SRC_PLOT_WIDGET_HH +# define IGR_SEGMENTATION_SRC_PLOT_WIDGET_HH # include <QtGui> # include <ui_plot_widget.h> diff --git a/milena/sandbox/lazzara/igr/gui/viewer/src/main_window.hh b/milena/sandbox/lazzara/igr/gui/viewer/src/main_window.hh index 76db858..b555257 100644 --- a/milena/sandbox/lazzara/igr/gui/viewer/src/main_window.hh +++ b/milena/sandbox/lazzara/igr/gui/viewer/src/main_window.hh @@ -24,6 +24,7 @@ // executable file might be covered by the GNU General Public License. #ifndef IGR_VIEWER_SRC_MAIN_WINDOW_HH +# define IGR_VIEWER_SRC_MAIN_WINDOW_HH # include <QtGui> # include <ui_main_window.h> -- 1.5.6.5
participants (1)
-
Guillaume Lazzara