From kde-commits Sat Nov 30 21:23:27 2013 From: Andrius da Costa Ribas Date: Sat, 30 Nov 2013 21:23:27 +0000 To: kde-commits Subject: [calligra] plugins/formulashape: Fix export macro. Message-Id: X-MARC-Message: https://marc.info/?l=kde-commits&m=138584661609527 Git commit f05439b8f928295099ff65615b39d028b217505e by Andrius da Costa Rib= as. Committed on 30/11/2013 at 21:03. Pushed by andriusr into branch 'master'. Fix export macro. M +1 -1 plugins/formulashape/kformula_export.h http://commits.kde.org/calligra/f05439b8f928295099ff65615b39d028b217505e diff --git a/plugins/formulashape/kformula_export.h b/plugins/formulashape/= kformula_export.h index 92a1eb9..d0b0470 100644 --- a/plugins/formulashape/kformula_export.h +++ b/plugins/formulashape/kformula_export.h @@ -24,7 +24,7 @@ #include = #ifndef KOFORMULA_EXPORT -# if defined(MAKE_KFORMULALIB_LIB) +# if defined(MAKE_KFORMULA_LIB) /* We are building this library */ = # define KOFORMULA_EXPORT KDE_EXPORT # else