X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=logicdatasnapshot.h;h=16e8eddef2b22f1ea635e3cb6e38e56dc494734c;hb=8f94be14588c7a7ca0f483b649d7a7b5b5f45ae9;hp=974aff6cf1d3cd6f2199809d416f671176854aa6;hpb=3db297c4f9c6cf3023e68b1f9e37ac4ea1c7ef3c;p=pulseview.git diff --git a/logicdatasnapshot.h b/logicdatasnapshot.h index 974aff6..16e8edd 100644 --- a/logicdatasnapshot.h +++ b/logicdatasnapshot.h @@ -1,5 +1,5 @@ /* - * This file is part of the sigrok project. + * This file is part of the PulseView project. * * Copyright (C) 2012 Joel Holdsworth * @@ -28,6 +28,7 @@ namespace LogicDataSnapshotTest { class Basic; class LargeData; class Pulses; + class LongPulses; } class LogicDataSnapshot : public DataSnapshot @@ -92,4 +93,5 @@ private: friend class LogicDataSnapshotTest::Basic; friend class LogicDataSnapshotTest::LargeData; friend class LogicDataSnapshotTest::Pulses; + friend class LogicDataSnapshotTest::LongPulses; };