Corrected project name in header comments
[pulseview.git] / logicdatasnapshot.h
index 974aff6cf1d3cd6f2199809d416f671176854aa6..16e8eddef2b22f1ea635e3cb6e38e56dc494734c 100644 (file)
@@ -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 <joel@airwebreathe.org.uk>
  *
@@ -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;
 };