X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Fsignal.cpp;h=065715aa7a996fd0c01f7aaf3763788a95f0658e;hp=59817eba2c334fcad882d296f5f0a4ac158e7d17;hb=6f925ba9d6faf1077b73c5a5808259576081716a;hpb=f4e57597347e47a4ea58fbdc7b0a22e07f1c0ede diff --git a/pv/view/signal.cpp b/pv/view/signal.cpp index 59817eb..065715a 100644 --- a/pv/view/signal.cpp +++ b/pv/view/signal.cpp @@ -14,13 +14,12 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * along with this program; if not, see . */ #include -#include +#include #include #include @@ -61,7 +60,7 @@ const char *const ChannelNames[] = { }; Signal::Signal(pv::Session &session, - std::shared_ptr channel) : + shared_ptr channel) : Trace(channel), session_(session), scale_handle_(make_shared(*this)),