From 91d953bb56306aecaa7dafa617eed0e8d32a0391 Mon Sep 17 00:00:00 2001 From: jean-pierre roux Date: Thu, 6 Nov 2008 09:33:45 +0000 Subject: [PATCH] avoid warnings --- .../src/interface/wxWindows/widgets/pPlotter/mathplot.h | 3 ++- .../interface/wxWindows/widgets/pPlotter/pLogicalFunction.h | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/maracasVisuLib/src/interface/wxWindows/widgets/pPlotter/mathplot.h b/lib/maracasVisuLib/src/interface/wxWindows/widgets/pPlotter/mathplot.h index dc06a25..0edba5f 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/pPlotter/mathplot.h +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/pPlotter/mathplot.h @@ -655,7 +655,8 @@ public: { drawGuides = ifDrawing; } - + */ + /* * Gets the condition for drawing or not the guide lines * @retval drawGuides The assigned condition diff --git a/lib/maracasVisuLib/src/interface/wxWindows/widgets/pPlotter/pLogicalFunction.h b/lib/maracasVisuLib/src/interface/wxWindows/widgets/pPlotter/pLogicalFunction.h index b36ccbe..6f938e5 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/pPlotter/pLogicalFunction.h +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/pPlotter/pLogicalFunction.h @@ -74,6 +74,8 @@ public: } return false; } + */ + /** Get Point list of the funcion @param return points -- 2.47.1