From 2012e2cd2f2c259e88ab4e31a348cfa57e46f451 Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Wed, 26 May 2010 20:51:42 +0000 Subject: [PATCH] Fix bad copy-paste. :-) --- Mesh_3/demo/Mesh_3/Scene_implicit_function_item_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mesh_3/demo/Mesh_3/Scene_implicit_function_item_config.h b/Mesh_3/demo/Mesh_3/Scene_implicit_function_item_config.h index 0c8d1b3a212..408abd106c4 100644 --- a/Mesh_3/demo/Mesh_3/Scene_implicit_function_item_config.h +++ b/Mesh_3/demo/Mesh_3/Scene_implicit_function_item_config.h @@ -1,7 +1,7 @@ #ifndef SCENE_IMPLICIT_FUNCTION_ITEM_CONFIG_H #define SCENE_IMPLICIT_FUNCTION_ITEM_CONFIG_H -#ifdef scene_segmented_image_item_EXPORTS +#ifdef scene_implicit_function_item_EXPORTS # define SCENE_IMPLICIT_FUNCTION_ITEM_EXPORT Q_DECL_EXPORT #else # define SCENE_IMPLICIT_FUNCTION_ITEM_EXPORT Q_DECL_IMPORT