X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FmaracasVisuLib%2Fsrc%2Finterface%2FwxWindows%2Fwidgets%2FpPlotter%2Fmathplot.h;h=e8b67dc375c238f2fbf67a485e8cfd50ee2eea0b;hb=0a4bb77d5281ee5bc6eebd504abae2500cfa780a;hp=1371715d581c7f83705d362dc6b101b87559dbb6;hpb=97fcb31897168533a2ea52f302c29a1ac69852b4;p=creaMaracasVisu.git diff --git a/lib/maracasVisuLib/src/interface/wxWindows/widgets/pPlotter/mathplot.h b/lib/maracasVisuLib/src/interface/wxWindows/widgets/pPlotter/mathplot.h index 1371715..e8b67dc 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/pPlotter/mathplot.h +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/pPlotter/mathplot.h @@ -95,7 +95,7 @@ Examples for mpLayer implementations are function graphs, or scale rulers. For convenience mpLayer defines a name, a font (wxFont), and a pen (wxPen) as class members. These may or may not be used by implementations. */ -class mpLayer : public wxObject +class creaMaracasVisu_EXPORT mpLayer : public wxObject { public: mpLayer(); @@ -422,7 +422,7 @@ The canvas window provides a context menu with actions for navigating the view. The context menu can be retrieved with mpWindow::GetPopupMenu, e.g. for extending it externally. */ -class MARACASVISULIB_EXPORTS mpWindow : public wxScrolledWindow +class creaMaracasVisu_EXPORT mpWindow : public wxScrolledWindow { public: mpWindow() {}