From a2f71ef0465ce94c6a1006adf520ba76605b457e Mon Sep 17 00:00:00 2001 From: Joel Holdsworth Date: Sat, 17 Nov 2012 07:24:50 +0000 Subject: [PATCH] Moved forward declaration of SignalData to correct namespace --- pv/view/signal.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pv/view/signal.h b/pv/view/signal.h index 8adee96..6f08e94 100644 --- a/pv/view/signal.h +++ b/pv/view/signal.h @@ -31,10 +31,11 @@ #include namespace pv { -namespace view { class SignalData; +namespace view { + class Signal { private: -- 2.30.2