diff options
Diffstat (limited to 'widgets/text/e-reflow.h')
-rw-r--r-- | widgets/text/e-reflow.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/widgets/text/e-reflow.h b/widgets/text/e-reflow.h index 89ceb032b1..234dbc16a2 100644 --- a/widgets/text/e-reflow.h +++ b/widgets/text/e-reflow.h @@ -28,10 +28,7 @@ #include <misc/e-selection-model.h> #include <e-util/e-sorter-array.h> -#ifdef __cplusplus -extern "C" { -#pragma } -#endif /* __cplusplus */ +G_BEGIN_DECLS /* EReflow - A canvas item container. * @@ -139,8 +136,6 @@ struct _EReflowClass */ GType e_reflow_get_type (void); -#ifdef __cplusplus -} -#endif /* __cplusplus */ +G_END_DECLS #endif /* __E_REFLOW_H__ */ |