From: Joel Holdsworth Date: Sat, 17 Nov 2012 07:24:50 +0000 (+0000) Subject: Moved forward declaration of SignalData to correct namespace X-Git-Url: http://git.code-monkey.de/?a=commitdiff_plain;h=a2f71ef0465ce94c6a1006adf520ba76605b457e;p=pulseview.git Moved forward declaration of SignalData to correct namespace --- 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: